Changeset 631ca4d in mainline for arch/amd64/include/syscall.h
- Timestamp:
- 2006-03-13T20:51:35Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c089c3a
- Parents:
- 25d7709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/syscall.h
r25d7709 r631ca4d 32 32 #include <arch/types.h> 33 33 34 extern __native syscall_handler(__native id, __native a1, __native a2, __native a3); 34 extern __native syscall_handler(__native a1,__native a2, __native a3, 35 __native a4, __native id); 35 36 extern void syscall_setup_cpu(void); 36 37
Note:
See TracChangeset
for help on using the changeset viewer.