Home | History | Annotate | Line # | Download | only in at91
      1  1.3   snj /*      $NetBSD: at91reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $	*/
      2  1.2  matt 
      3  1.2  matt /*-
      4  1.2  matt  * Copyright (c) 2007 Embedtronics Oy. All rights reserved.
      5  1.2  matt  *
      6  1.2  matt  * Redistribution and use in source and binary forms, with or without
      7  1.2  matt  * modification, are permitted provided that the following conditions
      8  1.2  matt  * are met:
      9  1.2  matt  * 1. Redistributions of source code must retain the above copyright
     10  1.2  matt  *    notice, this list of conditions and the following disclaimer.
     11  1.2  matt  * 2. Redistributions in binary form must reproduce the above copyright
     12  1.2  matt  *    notice, this list of conditions and the following disclaimer in the
     13  1.2  matt  *    documentation and/or other materials provided with the distribution.
     14  1.3   snj  *
     15  1.2  matt  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     16  1.2  matt  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     17  1.2  matt  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     18  1.2  matt  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     19  1.2  matt  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     20  1.2  matt  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     21  1.2  matt  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     22  1.2  matt  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     23  1.2  matt  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     24  1.2  matt  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     25  1.2  matt  * SUCH DAMAGE.
     26  1.2  matt  *
     27  1.2  matt  */
     28  1.2  matt 
     29  1.2  matt #ifndef _AT91REG_H_
     30  1.2  matt #define _AT91REG_H_
     31  1.2  matt 
     32  1.2  matt #include <arm/at91/at91dbgureg.h>
     33  1.2  matt #include <arm/at91/at91pdcreg.h>
     34  1.2  matt 
     35  1.2  matt #endif /* _AT91REG_H_ */
     36