blob: d7bfc8f17729fbce3dd3b5157438cd379b319f44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* arch/arm/mach-loki/include/mach/hardware.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H
#include "loki.h"
#endif
|