mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 20:53:54 +08: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 */
|