1 1.4 kardel /* $NetBSD: geodevar.h,v 1.4 2009/10/20 17:29:06 kardel Exp $ */ 2 1.2 kardel 3 1.2 kardel /*- 4 1.4 kardel * Copyright (c) 2006 The NetBSD Foundation, Inc. 5 1.4 kardel * All rights reserved. 6 1.2 kardel * 7 1.2 kardel * Redistribution and use in source and binary forms, with or without 8 1.2 kardel * modification, are permitted provided that the following conditions 9 1.2 kardel * are met: 10 1.2 kardel * 1. Redistributions of source code must retain the above copyright 11 1.2 kardel * notice, this list of conditions and the following disclaimer. 12 1.2 kardel * 2. Redistributions in binary form must reproduce the above copyright 13 1.2 kardel * notice, this list of conditions and the following disclaimer in the 14 1.2 kardel * documentation and/or other materials provided with the distribution. 15 1.2 kardel * 16 1.4 kardel * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 17 1.4 kardel * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18 1.4 kardel * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19 1.4 kardel * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 20 1.4 kardel * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21 1.4 kardel * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22 1.4 kardel * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 1.4 kardel * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 1.4 kardel * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25 1.4 kardel * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 1.4 kardel * POSSIBILITY OF SUCH DAMAGE. 27 1.2 kardel */ 28 1.2 kardel 29 1.4 kardel 30 1.2 kardel /* 31 1.2 kardel * Register definitions for the AMD Geode SC1100. 32 1.2 kardel */ 33 1.2 kardel 34 1.2 kardel #ifndef _I386_PCI_GEODEVAR_H_ 35 1.2 kardel #define _I386_PCI_GEODEVAR_H_ 36 1.2 kardel 37 1.2 kardel struct geode_gcb_softc { 38 1.2 kardel bus_space_tag_t sc_iot; 39 1.2 kardel bus_space_handle_t sc_ioh; 40 1.2 kardel }; 41 1.2 kardel 42 1.2 kardel #endif /* _I386_PCI_GEODEVAR_H_ */ 43