diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-01 14:36:30 +1100 |
|---|---|---|
| committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-01 14:36:30 +1100 |
| commit | 870c6ff2ac0cb708697c2c06f3e5eddf9e3b38cb (patch) | |
| tree | bd11999aa97f23c42c4faf2cd3ce90e725c4b566 /include/asm-powerpc/ioctls.h | |
| parent | powerpc: make mem= work on iSeries again (diff) | |
| download | linux-870c6ff2ac0cb708697c2c06f3e5eddf9e3b38cb.tar.gz linux-870c6ff2ac0cb708697c2c06f3e5eddf9e3b38cb.zip | |
powerpc: remove duplicate ioctl definitions
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'include/asm-powerpc/ioctls.h')
| -rw-r--r-- | include/asm-powerpc/ioctls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/ioctls.h b/include/asm-powerpc/ioctls.h index 5b94ff489b8b..279a6229584b 100644 --- a/include/asm-powerpc/ioctls.h +++ b/include/asm-powerpc/ioctls.h @@ -62,6 +62,9 @@ # define TIOCM_DSR 0x100 # define TIOCM_CD TIOCM_CAR # define TIOCM_RI TIOCM_RNG +#define TIOCM_OUT1 0x2000 +#define TIOCM_OUT2 0x4000 +#define TIOCM_LOOP 0x8000 #define TIOCGSOFTCAR 0x5419 #define TIOCSSOFTCAR 0x541A |
