avr32: Introduce <mach/chip.h>
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Thu, 5 Jun 2008 11:32:05 +0000 (13:32 +0200)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Fri, 8 Aug 2008 10:41:56 +0000 (12:41 +0200)
commit8f8a59c664e976f0c32d7d4550fd99dca7c4ef7b
tree256266c048b37b47f75758dc2c7b132c15e8daab
parenta7448db4826efb097e94f601f4cd9b37053e81bf
avr32: Introduce <mach/chip.h>

This file includes the appropriate chip-specific header with MMIO, IRQ
and GPIO definitions used by the platform code. It may also be used to
provide inline GPIO accessors for drivers that are willing to sacrifice
portability for faster bitbanging.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
arch/avr32/mach-at32ap/include/mach/chip.h [new file with mode: 0644]