xref: /netbsd-src/sys/arch/atari/vme/vme_machdep.h (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin /*	$NetBSD: vme_machdep.h,v 1.4 2008/04/28 20:23:15 martin Exp $	*/
222422140Sleo 
322422140Sleo /*-
422422140Sleo  * Copyright (c) 1997 The NetBSD Foundation, Inc.
522422140Sleo  * All rights reserved.
622422140Sleo  *
722422140Sleo  * Redistribution and use in source and binary forms, with or without
822422140Sleo  * modification, are permitted provided that the following conditions
922422140Sleo  * are met:
1022422140Sleo  * 1. Redistributions of source code must retain the above copyright
1122422140Sleo  *    notice, this list of conditions and the following disclaimer.
1222422140Sleo  * 2. Redistributions in binary form must reproduce the above copyright
1322422140Sleo  *    notice, this list of conditions and the following disclaimer in the
1422422140Sleo  *    documentation and/or other materials provided with the distribution.
1522422140Sleo  *
1622422140Sleo  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
1722422140Sleo  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1822422140Sleo  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19324ce8d6Sjtc  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
20324ce8d6Sjtc  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2122422140Sleo  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2222422140Sleo  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2322422140Sleo  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2422422140Sleo  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2522422140Sleo  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2622422140Sleo  * POSSIBILITY OF SUCH DAMAGE.
2722422140Sleo  */
2822422140Sleo 
29485c6218Sleo #ifndef _ATARI_VME_MACHDEP_H_
30485c6218Sleo #define _ATARI_VME_MACHDEP_H_
31485c6218Sleo 
32485c6218Sleo typedef void	*vme_chipset_tag_t;
33485c6218Sleo 
34485c6218Sleo #endif /* _ATARI_VME_MACHDEP_H_ */
35