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/arm/linux | |
parent | 5fe0762ee44b59331a9e00c99eea4be5d4571453 (diff) | |
download | gem5-1b2d75d6d276f316b8c3f40fa93901ab6233128f.tar.xz |
syscall: Addition of an ioctl command code for Power.
Diffstat (limited to 'src/arch/arm/linux')
-rw-r--r-- | src/arch/arm/linux/linux.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/arm/linux/linux.hh b/src/arch/arm/linux/linux.hh index b9b10a593..f829dd7c6 100644 --- a/src/arch/arm/linux/linux.hh +++ b/src/arch/arm/linux/linux.hh @@ -86,6 +86,7 @@ class ArmLinux : public Linux static const unsigned TIOCISATTY_ = 0x2000745e; static const unsigned TIOCGETS_ = 0x402c7413; static const unsigned TIOCGETA_ = 0x40127417; + static const unsigned TCSETAW_ = 0x5407; // 2.6.15 kernel //@} /// For table(). |