Changeset c0699467 in mainline for uspace/lib/c/include
- Timestamp:
- 2011-08-09T18:08:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b538ca5c
- Parents:
- 3666d386
- Location:
- uspace/lib/c/include
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/as.h
r3666d386 rc0699467 37 37 38 38 #include <sys/types.h> 39 #include <abi/mm/as.h> 39 40 #include <task.h> 40 #include <kernel/mm/as.h>41 41 #include <libarch/config.h> 42 42 -
uspace/lib/c/include/ddi.h
r3666d386 rc0699467 37 37 38 38 #include <sys/types.h> 39 #include < kernel/ddi/irq.h>39 #include <abi/ddi/irq.h> 40 40 #include <task.h> 41 41 -
uspace/lib/c/include/elf/elf.h
r3666d386 rc0699467 36 36 #define LIBC_ELF_H_ 37 37 38 #include <kernel/lib/elf.h> 38 #include <sys/types.h> 39 #include <abi/elf.h> 40 #include <libarch/elf.h> 39 41 40 42 #endif -
uspace/lib/c/include/elf/elf_load.h
r3666d386 rc0699467 38 38 #define ELF_LOAD_H_ 39 39 40 #include <arch/elf.h>41 40 #include <elf/elf.h> 42 41 #include <sys/types.h> … … 48 47 #define EE_OK 0 /* No error */ 49 48 #define EE_INVALID 1 /* Invalid ELF image */ 50 #define 49 #define EE_MEMORY 2 /* Cannot allocate address space */ 51 50 #define EE_INCOMPATIBLE 3 /* ELF image is not compatible with current architecture */ 52 51 #define EE_UNSUPPORTED 4 /* Non-supported ELF (e.g. dynamic ELFs) */ -
uspace/lib/c/include/errno.h
r3666d386 rc0699467 36 36 #define LIBC_ERRNO_H_ 37 37 38 #include < kernel/errno.h>38 #include <abi/errno.h> 39 39 #include <fibril.h> 40 40 -
uspace/lib/c/include/event.h
r3666d386 rc0699467 36 36 #define LIBC_EVENT_H_ 37 37 38 #include < kernel/ipc/event_types.h>38 #include <abi/ipc/event.h> 39 39 40 40 extern int event_subscribe(event_type_t, sysarg_t); -
uspace/lib/c/include/ipc/common.h
r3666d386 rc0699467 37 37 38 38 #include <sys/types.h> 39 #include <abi/ipc/ipc.h> 39 40 #include <atomic.h> 40 #include <kernel/ipc/ipc.h>41 41 42 42 #define IPC_FLAG_BLOCKING 0x01 -
uspace/lib/c/include/ipc/ipc.h
r3666d386 rc0699467 42 42 #include <sys/types.h> 43 43 #include <ipc/common.h> 44 #include < kernel/ipc/ipc_methods.h>45 #include < kernel/synch/synch.h>44 #include <abi/ipc/methods.h> 45 #include <abi/synch.h> 46 46 #include <task.h> 47 47 -
uspace/lib/c/include/libc.h
r3666d386 rc0699467 37 37 38 38 #include <sys/types.h> 39 #include < kernel/syscall/syscall.h>39 #include <abi/syscall.h> 40 40 #include <libarch/syscall.h> 41 41 -
uspace/lib/c/include/rtld/elf_dyn.h
r3666d386 rc0699467 36 36 #define LIBC_RTLD_ELF_DYN_H_ 37 37 38 #include <arch/elf.h>39 38 #include <sys/types.h> 40 41 39 #include <elf/elf.h> 42 40 #include <libarch/rtld/elf_dyn.h> -
uspace/lib/c/include/stats.h
r3666d386 rc0699467 40 40 #include <stdint.h> 41 41 #include <bool.h> 42 #include <kernel/sysinfo/abi.h> 42 #include <sys/types.h> 43 #include <abi/sysinfo.h> 43 44 44 45 extern stats_cpu_t *stats_get_cpus(size_t *); -
uspace/lib/c/include/syscall.h
r3666d386 rc0699467 45 45 46 46 #include <sys/types.h> 47 #include < kernel/syscall/syscall.h>47 #include <abi/syscall.h> 48 48 49 49 #define __syscall0 __syscall -
uspace/lib/c/include/udebug.h
r3666d386 rc0699467 36 36 #define LIBC_UDEBUG_H_ 37 37 38 #include < kernel/udebug/udebug.h>38 #include <abi/udebug.h> 39 39 #include <sys/types.h> 40 40 #include <async.h>
Note:
See TracChangeset
for help on using the changeset viewer.