diff options
author | Michael Büsch <mb@bu3sch.de> | 2009-02-15 17:16:49 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2009-02-15 17:16:49 +0000 |
commit | 1afc0de6d39439d3ecc17e8c003452da13ee60f1 (patch) | |
tree | 49c5ca2460840a4637883d5f720b0ba6efc5a84e /package/ucmb/src/ucmb.h | |
parent | d8ab910fdcb2b24e0101166ae866781dfd4dcf21 (diff) | |
download | upstream-1afc0de6d39439d3ecc17e8c003452da13ee60f1.tar.gz upstream-1afc0de6d39439d3ecc17e8c003452da13ee60f1.tar.bz2 upstream-1afc0de6d39439d3ecc17e8c003452da13ee60f1.zip |
ucmb: Put the lowlevel protocol handling into the kernel.
SVN-Revision: 14524
Diffstat (limited to 'package/ucmb/src/ucmb.h')
-rw-r--r-- | package/ucmb/src/ucmb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ucmb/src/ucmb.h b/package/ucmb/src/ucmb.h index f1a92836f8..cce4e74661 100644 --- a/package/ucmb/src/ucmb.h +++ b/package/ucmb/src/ucmb.h @@ -3,6 +3,7 @@ struct ucmb_platform_data { const char *name; + unsigned long gpio_cs; unsigned int gpio_sck; unsigned int gpio_miso; unsigned int gpio_mosi; |