diff options
author | Timothy M. Jones <tjones1@inf.ed.ac.uk> | 2009-10-24 10:53:59 -0700 |
---|---|---|
committer | Timothy M. Jones <tjones1@inf.ed.ac.uk> | 2009-10-24 10:53:59 -0700 |
commit | 1b2d75d6d276f316b8c3f40fa93901ab6233128f (patch) | |
tree | 1fa046b92b7ac0e15b9a7a32a6bc731662f69284 /src/arch/alpha/tru64/tru64.hh | |
parent | 5fe0762ee44b59331a9e00c99eea4be5d4571453 (diff) | |
download | gem5-1b2d75d6d276f316b8c3f40fa93901ab6233128f.tar.xz |
syscall: Addition of an ioctl command code for Power.
Diffstat (limited to 'src/arch/alpha/tru64/tru64.hh')
-rw-r--r-- | src/arch/alpha/tru64/tru64.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/alpha/tru64/tru64.hh b/src/arch/alpha/tru64/tru64.hh index 4ba35fc50..0ee12973c 100644 --- a/src/arch/alpha/tru64/tru64.hh +++ b/src/arch/alpha/tru64/tru64.hh @@ -99,6 +99,7 @@ class AlphaTru64 : public Tru64 static const unsigned TIOCISATTY_ = 0x2000745e; static const unsigned TIOCGETS_ = 0x402c7413; static const unsigned TIOCGETA_ = 0x40127417; + static const unsigned TCSETAW_ = 0x80147419; //@} //@{ |