Changeset 2a7749d7 in mainline for uspace/lib/c/include
- Timestamp:
- 2017-10-10T20:47:07Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf13b17
- Parents:
- 04ba110
- Location:
- uspace/lib/c/include
- Files:
-
- 1 added
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/adt/hash.h
r04ba110 r2a7749d7 36 36 37 37 #include <stdint.h> 38 #include < libarch/types.h>38 #include <sys/types.h> 39 39 40 40 /** Produces a uniform hash affecting all output bits from the skewed input. */ -
uspace/lib/c/include/as.h
r04ba110 r2a7749d7 36 36 #define LIBC_AS_H_ 37 37 38 #include < libarch/types.h>38 #include <sys/types.h> 39 39 #include <stddef.h> 40 40 #include <stdint.h> -
uspace/lib/c/include/atomicdflt.h
r04ba110 r2a7749d7 40 40 #endif 41 41 42 #include < libarch/types.h>42 #include <sys/types.h> 43 43 #include <stdbool.h> 44 44 -
uspace/lib/c/include/elf/elf.h
r04ba110 r2a7749d7 37 37 38 38 #include <stdint.h> 39 #include < libarch/types.h>39 #include <sys/types.h> 40 40 #include <abi/elf.h> 41 41 #include <libarch/elf.h> -
uspace/lib/c/include/fibril.h
r04ba110 r2a7749d7 37 37 38 38 #include <libarch/fibril.h> 39 #include < libarch/types.h>39 #include <sys/types.h> 40 40 #include <adt/list.h> 41 41 #include <libarch/tls.h> -
uspace/lib/c/include/inet/dhcp.h
r04ba110 r2a7749d7 36 36 #define LIBC_INET_DHCP_H_ 37 37 38 #include < libarch/types.h>38 #include <sys/types.h> 39 39 40 40 extern int dhcp_init(void); -
uspace/lib/c/include/io/chardev.h
r04ba110 r2a7749d7 33 33 #define LIBC_IO_CHARDEV_H_ 34 34 35 #include < libarch/types.h>35 #include <sys/types.h> 36 36 #include <async.h> 37 37 -
uspace/lib/c/include/io/chargrid.h
r04ba110 r2a7749d7 38 38 39 39 #include <io/charfield.h> 40 #include < libarch/types.h>40 #include <sys/types.h> 41 41 #include <stddef.h> 42 42 -
uspace/lib/c/include/io/log.h
r04ba110 r2a7749d7 38 38 #include <inttypes.h> 39 39 #include <io/verify.h> 40 #include < libarch/types.h>40 #include <sys/types.h> 41 41 42 42 #include <abi/log.h> -
uspace/lib/c/include/io/pixelmap.h
r04ba110 r2a7749d7 38 38 #define LIBC_IO_PIXELMAP_H_ 39 39 40 #include < libarch/types.h>40 #include <sys/types.h> 41 41 #include <stdbool.h> 42 42 #include <stddef.h> -
uspace/lib/c/include/io/pos_event.h
r04ba110 r2a7749d7 37 37 #define LIBC_IO_POS_EVENT_H_ 38 38 39 #include < libarch/types.h>39 #include <sys/types.h> 40 40 41 41 typedef enum { -
uspace/lib/c/include/ipc/dev_iface.h
r04ba110 r2a7749d7 31 31 32 32 #include <malloc.h> 33 #include < libarch/types.h>33 #include <sys/types.h> 34 34 35 35 typedef enum { -
uspace/lib/c/include/ipc/event.h
r04ba110 r2a7749d7 37 37 38 38 #include <abi/ipc/event.h> 39 #include < libarch/types.h>39 #include <sys/types.h> 40 40 41 41 extern int ipc_event_subscribe(event_type_t, sysarg_t); -
uspace/lib/c/include/ipc/irq.h
r04ba110 r2a7749d7 36 36 #define LIBC_IPC_IRQ_H_ 37 37 38 #include < libarch/types.h>38 #include <sys/types.h> 39 39 #include <abi/ddi/irq.h> 40 40 -
uspace/lib/c/include/stack.h
r04ba110 r2a7749d7 36 36 #define LIBC_STACK_H_ 37 37 38 #include < libarch/types.h>38 #include <sys/types.h> 39 39 40 40 extern size_t stack_size_get(void); -
uspace/lib/c/include/syscall.h
r04ba110 r2a7749d7 45 45 46 46 #include <abi/syscall.h> 47 #include < libarch/types.h>47 #include <sys/types.h> 48 48 49 49 #define __syscall0 __syscall -
uspace/lib/c/include/sysinfo.h
r04ba110 r2a7749d7 36 36 #define LIBC_SYSINFO_H_ 37 37 38 #include < libarch/types.h>38 #include <sys/types.h> 39 39 #include <stddef.h> 40 40 #include <stdbool.h>
Note:
See TracChangeset
for help on using the changeset viewer.