diff options
Diffstat (limited to 'kernel/arch/arm/mach-clps711x/devices.h')
-rw-r--r-- | kernel/arch/arm/mach-clps711x/devices.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/arch/arm/mach-clps711x/devices.h b/kernel/arch/arm/mach-clps711x/devices.h new file mode 100644 index 000000000..a5efc1744 --- /dev/null +++ b/kernel/arch/arm/mach-clps711x/devices.h @@ -0,0 +1,12 @@ +/* + * CLPS711X common devices definitions + * + * Copyright (C) 2013 Alexander Shiyan <shc_work@mail.ru> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + +void clps711x_devices_init(void); |