diff options
author | DooHyun.Hwang <dh0421.hwang@samsung.com> | 2010-09-02 20:43:39 +0900 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-17 17:44:00 -0800 |
commit | c1ffe9f863f319bd1f08c0eaf2fa91d2d07437cc (patch) | |
tree | 01d2b605819187e18e4ef8bd1999c580ea43926f /arch/arm/mach-s5pv210/include/mach | |
parent | 77b18596bb7fd6174e5f20c15ec1656f748807b1 (diff) | |
download | kernel_samsung_crespo-c1ffe9f863f319bd1f08c0eaf2fa91d2d07437cc.zip kernel_samsung_crespo-c1ffe9f863f319bd1f08c0eaf2fa91d2d07437cc.tar.gz kernel_samsung_crespo-c1ffe9f863f319bd1f08c0eaf2fa91d2d07437cc.tar.bz2 |
S5PC11X: BT: Added bluetooth rfkill driver for herring
Add RFKILL driver for Herring
Change-Id: If43f75e593470379ebe607db943397e579d2c6c2
Signed-off-by: DooHyun.Hwang <dh0421.hwang@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/rfkill-crespo.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/rfkill-crespo.h b/arch/arm/mach-s5pv210/include/mach/rfkill-crespo.h new file mode 100644 index 0000000..448e6dc --- /dev/null +++ b/arch/arm/mach-s5pv210/include/mach/rfkill-crespo.h @@ -0,0 +1,8 @@ +/* + * arch/arm/mach-s5pv210/include/mach/rfkill-crespo.h + * + * This is for BT : RFKILL + * BT power control + */ + +extern void s3c_setup_uart_cfg_gpio(unsigned char port); |