Changes in uspace/lib/c/include/ipc/loader.h [64d2b10:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/loader.h
r64d2b10 r63f8966 31 31 */ 32 32 /** @file 33 */ 33 */ 34 34 35 35 #ifndef LIBC_IPC_LOADER_H_ 36 36 #define LIBC_IPC_LOADER_H_ 37 37 38 #include <ipc/ common.h>38 #include <ipc/ipc.h> 39 39 40 40 typedef enum {
Note:
See TracChangeset
for help on using the changeset viewer.