diff options
| author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-05-03 05:20:47 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-03 09:16:56 -0400 |
| commit | c0b04d1b2c427629b2dbe066422a507ad855bf61 (patch) | |
| tree | 5f789b4cfb36c8fc0019cd9520d7018742aec1d9 /include | |
| parent | e6aeb47da6e02ec9807d30a368d4fc37972b022f (diff) | |
[ARM] ecard: Move private ecard junk out of asm/ecard.h
Move ecard.c private junk from asm/ecard.h to a local header file.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/ecard.h | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/include/asm-arm/ecard.h b/include/asm-arm/ecard.h index a0ae2b954d29..bd4b5769dc4e 100644 --- a/include/asm-arm/ecard.h +++ b/include/asm-arm/ecard.h | |||
| @@ -224,56 +224,6 @@ ecard_address(struct expansion_card *ec, card_type_t type, card_speed_t speed) | |||
| 224 | extern int ecard_request_resources(struct expansion_card *ec); | 224 | extern int ecard_request_resources(struct expansion_card *ec); |
| 225 | extern void ecard_release_resources(struct expansion_card *ec); | 225 | extern void ecard_release_resources(struct expansion_card *ec); |
| 226 | 226 | ||
| 227 | #ifdef ECARD_C | ||
| 228 | /* Definitions internal to ecard.c - for it's use only!! | ||
| 229 | * | ||
| 230 | * External expansion card header as read from the card | ||
| 231 | */ | ||
| 232 | struct ex_ecid { | ||
| 233 | unsigned char r_irq:1; | ||
| 234 | unsigned char r_zero:1; | ||
| 235 | unsigned char r_fiq:1; | ||
| 236 | unsigned char r_id:4; | ||
| 237 | unsigned char r_a:1; | ||
| 238 | |||
| 239 | unsigned char r_cd:1; | ||
| 240 | unsigned char r_is:1; | ||
| 241 | unsigned char r_w:2; | ||
| 242 | unsigned char r_r1:4; | ||
| 243 | |||
| 244 | unsigned char r_r2:8; | ||
| 245 | |||
| 246 | unsigned char r_prod[2]; | ||
| 247 | |||
| 248 | unsigned char r_manu[2]; | ||
| 249 | |||
| 250 | unsigned char r_country; | ||
| 251 | |||
| 252 | unsigned char r_fiqmask; | ||
| 253 | unsigned char r_fiqoff[3]; | ||
| 254 | |||
| 255 | unsigned char r_irqmask; | ||
| 256 | unsigned char r_irqoff[3]; | ||
| 257 | }; | ||
| 258 | |||
| 259 | /* | ||
| 260 | * Chunk directory entry as read from the card | ||
| 261 | */ | ||
| 262 | struct ex_chunk_dir { | ||
| 263 | unsigned char r_id; | ||
| 264 | unsigned char r_len[3]; | ||
| 265 | unsigned long r_start; | ||
| 266 | union { | ||
| 267 | char string[256]; | ||
| 268 | char data[1]; | ||
| 269 | } d; | ||
| 270 | #define c_id(x) ((x)->r_id) | ||
| 271 | #define c_len(x) ((x)->r_len[0]|((x)->r_len[1]<<8)|((x)->r_len[2]<<16)) | ||
| 272 | #define c_start(x) ((x)->r_start) | ||
| 273 | }; | ||
| 274 | |||
| 275 | #endif | ||
| 276 | |||
| 277 | extern struct bus_type ecard_bus_type; | 227 | extern struct bus_type ecard_bus_type; |
| 278 | 228 | ||
| 279 | #define ECARD_DEV(_d) container_of((_d), struct expansion_card, dev) | 229 | #define ECARD_DEV(_d) container_of((_d), struct expansion_card, dev) |
