diff options
author | John Crispin <blogic@openwrt.org> | 2011-03-30 09:27:53 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-19 09:55:42 +0100 |
commit | 24aff71fa8df0d6a73dab17f3f2285a24b8f658f (patch) | |
tree | 09478aa08ac393279c7830a2d1134385ac19bf52 /arch/mips/lantiq/xway/devices.h | |
parent | 3c5447390c3e1a462913e327a016a55cae501580 (diff) | |
download | lwn-24aff71fa8df0d6a73dab17f3f2285a24b8f658f.tar.gz lwn-24aff71fa8df0d6a73dab17f3f2285a24b8f658f.zip |
MIPS: Lantiq: Add platform device support
This patch adds the wrappers for registering our platform devices.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Ralph Hempel <ralph.hempel@lantiq.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2254/
Patchwork: https://patchwork.linux-mips.org/patch/2360/
Patchwork: https://patchwork.linux-mips.org/patch/2359/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/xway/devices.h')
-rw-r--r-- | arch/mips/lantiq/xway/devices.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/mips/lantiq/xway/devices.h b/arch/mips/lantiq/xway/devices.h new file mode 100644 index 000000000000..51f56b5a9fbd --- /dev/null +++ b/arch/mips/lantiq/xway/devices.h @@ -0,0 +1,18 @@ +/* + * 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. + * + * Copyright (C) 2010 John Crispin <blogic@openwrt.org> + */ + +#ifndef _LTQ_DEVICES_XWAY_H__ +#define _LTQ_DEVICES_XWAY_H__ + +#include "../devices.h" + +extern void ltq_register_gpio(void); +extern void ltq_register_gpio_stp(void); +extern void ltq_register_ase_asc(void); + +#endif |