mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 14:52:32 +00:00
9 lines
165 B
C
9 lines
165 B
C
|
#ifndef __MACH_PXA300_H
|
||
|
#define __MACH_PXA300_H
|
||
|
|
||
|
#include <mach/hardware.h>
|
||
|
#include <mach/pxa3xx-regs.h>
|
||
|
#include <mach/mfp-pxa300.h>
|
||
|
|
||
|
#endif /* __MACH_PXA300_H */
|