process.hh (5154:7e6431213487) process.hh (5569:baeee670d4ce)
1/*
2 * Copyright (c) 2003-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 37 unchanged lines hidden (view full) ---

46
47 /// Array of syscall descriptors, indexed by call number.
48 static SyscallDesc syscallDescs[];
49
50 const int Num_Syscall_Descs;
51};
52
53} // namespace AlphaISA
1/*
2 * Copyright (c) 2003-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 37 unchanged lines hidden (view full) ---

46
47 /// Array of syscall descriptors, indexed by call number.
48 static SyscallDesc syscallDescs[];
49
50 const int Num_Syscall_Descs;
51};
52
53} // namespace AlphaISA
54
54#endif // __ALPHA_LINUX_PROCESS_HH__
55#endif // __ALPHA_LINUX_PROCESS_HH__