17032SN/A/*-
29330SN/A * Copyright (c) 2010 Adrian Chadd
37032SN/A * All rights reserved.
47032SN/A *
57032SN/A * Redistribution and use in source and binary forms, with or without
67032SN/A * modification, are permitted provided that the following conditions
77032SN/A * are met:
87032SN/A * 1. Redistributions of source code must retain the above copyright
97032SN/A *    notice, this list of conditions and the following disclaimer.
107032SN/A * 2. Redistributions in binary form must reproduce the above copyright
117032SN/A *    notice, this list of conditions and the following disclaimer in the
127032SN/A *    documentation and/or other materials provided with the distribution.
137032SN/A *
147032SN/A * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
157032SN/A * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
167032SN/A * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
177032SN/A * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
187032SN/A * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
197032SN/A * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
207032SN/A * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
217032SN/A * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
227032SN/A * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
237032SN/A * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
247032SN/A * SUCH DAMAGE.
257032SN/A */
267032SN/A
277032SN/A/* $FreeBSD$ */
287032SN/A
297032SN/A#ifndef	__AR91XX_CHIP_H__
307032SN/A#define	__AR91XX_CHIP_H__
317032SN/A
327032SN/Aextern struct ar71xx_cpu_def ar91xx_chip_def;
337032SN/A
347032SN/A#endif
357032SN/A