Rev 3447 | Rev 3470 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3447 | Rev 3469 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef LIBC_LOADER_H_ |
35 | #ifndef LIBC_IPC_LOADER_H_ |
| 36 | #define LIBC_LOADER_H_ |
36 | #define LIBC_IPC_LOADER_H_ |
| 37 | 37 | ||
| 38 | #include <ipc/ipc.h> |
38 | #include <ipc/ipc.h> |
| 39 | 39 | ||
| 40 | typedef enum { |
40 | typedef enum { |
| 41 | LOADER_HELLO = IPC_FIRST_USER_METHOD, |
41 | LOADER_HELLO = IPC_FIRST_USER_METHOD, |