mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
11 lines
207 B
C
11 lines
207 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __MACH_PXA25x_H
|
|
#define __MACH_PXA25x_H
|
|
|
|
#include "addr-map.h"
|
|
#include "pxa2xx-regs.h"
|
|
#include "mfp-pxa25x.h"
|
|
#include "irqs.h"
|
|
|
|
#endif /* __MACH_PXA25x_H */
|