diff options
author | Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU> | 2011-06-19 20:47:29 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU> | 2011-06-19 20:47:29 -0700 |
commit | 0edaecc54329048eb91ad6a45338265ef1a4569c (patch) | |
tree | b0695be27ac3b1e14aa944c4820683fcd8adefca /pk/frontend.h | |
parent | e63e4fbe8794c68e1ad846a36e33cba62e801b34 (diff) | |
download | riscv-pk-0edaecc54329048eb91ad6a45338265ef1a4569c.zip riscv-pk-0edaecc54329048eb91ad6a45338265ef1a4569c.tar.gz riscv-pk-0edaecc54329048eb91ad6a45338265ef1a4569c.tar.bz2 |
temporary undoing of renaming
Diffstat (limited to 'pk/frontend.h')
-rw-r--r-- | pk/frontend.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pk/frontend.h b/pk/frontend.h new file mode 100644 index 0000000..86a8917 --- /dev/null +++ b/pk/frontend.h @@ -0,0 +1,8 @@ +#ifndef _RISCV_FRONTEND_H +#define _RISCV_FRONTEND_H + +#include <machine/syscall.h> + +sysret_t frontend_syscall(long n, long a0, long a1, long a2, long a3); + +#endif |