diff options
author | Jiri Slaby <xslaby@fi.muni.cz> | 2006-01-09 20:54:23 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 08:02:00 -0800 |
commit | aaa246ea78c68cd205f505070650cda7c5a95d34 (patch) | |
tree | 5fefb7ca495daaaaf00361d3c720396bbb46055c /include/linux/isicom.h | |
parent | 8070e35c6524e0f254cd69f493c50811e8e5b856 (diff) |
[PATCH] char/isicom: Other little changes
Move some code from one place to another. Get rid of ugly ifdefs in code in
next p[patches, so here create functions and macros to enable it. Rename some
functions and align some code to 80 chars.
Signed-off-by: Jiri Slaby <xslaby@fi.muni.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/isicom.h')
-rw-r--r-- | include/linux/isicom.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/isicom.h b/include/linux/isicom.h index 7c6eae7f6ed7..06cb7baa6db8 100644 --- a/include/linux/isicom.h +++ b/include/linux/isicom.h @@ -98,9 +98,6 @@ typedef struct { #define ISICOM_INITIATE_XONXOFF 0x04 #define ISICOM_RESPOND_XONXOFF 0x08 -#define InterruptTheCard(base) (outw(0,(base)+0xc)) -#define ClearInterrupt(base) (inw((base)+0x0a)) - #define BOARD(line) (((line) >> 4) & 0x3) /* isi kill queue bitmap */ |