Changeset 626 for trunk/kernel/syscalls/shared_include
- Timestamp:
- Apr 29, 2019, 7:25:09 PM (6 years ago)
- Location:
- trunk/kernel/syscalls/shared_include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/shared_include/shared_almos.h
r623 r626 54 54 DISPLAY_MAPPER = 9, 55 55 DISPLAY_BARRIER = 10, 56 DISPLAY_FAT = 11, 56 57 } 57 58 display_type_t; -
trunk/kernel/syscalls/shared_include/syscalls_numbers.h
r610 r626 2 2 * syscalls_numbers.c - Contains enum of the syscalls. 3 3 * 4 * Author Alain Greiner (201 8)4 * Author Alain Greiner (2016,2017,2018,2019) 5 5 * 6 6 * Copyright (c) UPMC Sorbonne Universites … … 86 86 87 87 SYS_EXIT = 50, 88 SYS_SYNC = 51, 89 SYS_FSYNC = 52, 88 90 89 SYSCALLS_NR = 5 1,91 SYSCALLS_NR = 53, 90 92 91 93 } syscalls_t;
Note: See TracChangeset
for help on using the changeset viewer.