blob: 065c270b9350d3d7c44fc643a7937f7e69c01c84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* arch/arm/mach-ns9xxx/ns9215_devices.h
*
* Copyright (C) 2008 by Digi International Inc.
* All rights reserved.
*
* 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.
*/
void __init ns9xxx_add_device_ns9215_leds(void);
void __init ns9xxx_add_device_ns9215_adc(void);
void __init ns9xxx_add_device_ns9215_rtc(void);
|