Changeset d5a89a3 in mainline for abi/include
- Timestamp:
- 2019-02-11T22:31:04Z (7 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- abi/include
- Files:
-
- 23 edited
-
abi/asmtool.h (modified) (1 diff)
-
abi/cap.h (modified) (1 diff)
-
abi/ddi/arg.h (modified) (1 diff)
-
abi/ddi/irq.h (modified) (1 diff)
-
abi/elf.h (modified) (1 diff)
-
abi/fb/visuals.h (modified) (1 diff)
-
abi/fourcc.h (modified) (1 diff)
-
abi/ipc/event.h (modified) (1 diff)
-
abi/ipc/interfaces.h (modified) (1 diff)
-
abi/ipc/ipc.h (modified) (1 diff)
-
abi/ipc/methods.h (modified) (1 diff)
-
abi/kio.h (modified) (1 diff)
-
abi/klog.h (modified) (1 diff)
-
abi/log.h (modified) (1 diff)
-
abi/mm/as.h (modified) (1 diff)
-
abi/proc/task.h (modified) (1 diff)
-
abi/proc/thread.h (modified) (1 diff)
-
abi/proc/uarg.h (modified) (1 diff)
-
abi/synch.h (modified) (1 diff)
-
abi/syscall.h (modified) (1 diff)
-
abi/sysinfo.h (modified) (1 diff)
-
abi/udebug.h (modified) (1 diff)
-
limits.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/asmtool.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ASMTOOL_H_36 #define ABI_ASMTOOL_H_35 #ifndef _ABI_ASMTOOL_H_ 36 #define _ABI_ASMTOOL_H_ 37 37 38 38 #define SYMBOL(sym) \ -
abi/include/abi/cap.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_CAP_H_36 #define ABI_CAP_H_35 #ifndef _ABI_CAP_H_ 36 #define _ABI_CAP_H_ 37 37 38 38 #define CAP_NIL 0 -
abi/include/abi/ddi/arg.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_DDI_ARG_H_36 #define ABI_DDI_ARG_H_35 #ifndef _ABI_DDI_ARG_H_ 36 #define _ABI_DDI_ARG_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/ddi/irq.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_DDI_IRQ_H_36 #define ABI_DDI_IRQ_H_35 #ifndef _ABI_DDI_IRQ_H_ 36 #define _ABI_DDI_IRQ_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/elf.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_ELF_H_36 #define ABI_ELF_H_35 #ifndef _ABI_ELF_H_ 36 #define _ABI_ELF_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/fb/visuals.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef ABI_VISUALS_H_37 #define ABI_VISUALS_H_36 #ifndef _ABI_VISUALS_H_ 37 #define _ABI_VISUALS_H_ 38 38 39 39 typedef enum { -
abi/include/abi/fourcc.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_FOURCC_H_36 #define ABI_FOURCC_H_35 #ifndef _ABI_FOURCC_H_ 36 #define _ABI_FOURCC_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/ipc/event.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_IPC_EVENT_H_36 #define ABI_IPC_EVENT_H_35 #ifndef _ABI_IPC_EVENT_H_ 36 #define _ABI_IPC_EVENT_H_ 37 37 38 38 /** Global events */ -
abi/include/abi/ipc/interfaces.h
re3272101 rd5a89a3 35 35 */ 36 36 37 #ifndef ABI_IPC_INTERFACES_H_38 #define ABI_IPC_INTERFACES_H_37 #ifndef _ABI_IPC_INTERFACES_H_ 38 #define _ABI_IPC_INTERFACES_H_ 39 39 40 40 #include <abi/fourcc.h> -
abi/include/abi/ipc/ipc.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_IPC_IPC_H_36 #define ABI_IPC_IPC_H_35 #ifndef _ABI_IPC_IPC_H_ 36 #define _ABI_IPC_IPC_H_ 37 37 38 38 #include <abi/proc/task.h> -
abi/include/abi/ipc/methods.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_IPC_METHODS_H_36 #define ABI_IPC_METHODS_H_35 #ifndef _ABI_IPC_METHODS_H_ 36 #define _ABI_IPC_METHODS_H_ 37 37 38 38 #include <abi/cap.h> -
abi/include/abi/kio.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_KIO_H_36 #define ABI_KIO_H_35 #ifndef _ABI_KIO_H_ 36 #define _ABI_KIO_H_ 37 37 38 38 enum { -
abi/include/abi/klog.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_KLOG_H_36 #define ABI_KLOG_H_35 #ifndef _ABI_KLOG_H_ 36 #define _ABI_KLOG_H_ 37 37 38 38 typedef enum { -
abi/include/abi/log.h
re3272101 rd5a89a3 35 35 */ 36 36 37 #ifndef ABI_LOG_H_38 #define ABI_LOG_H_37 #ifndef _ABI_LOG_H_ 38 #define _ABI_LOG_H_ 39 39 40 40 /** Log message level. */ -
abi/include/abi/mm/as.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_AS_H_36 #define ABI_AS_H_35 #ifndef _ABI_AS_H_ 36 #define _ABI_AS_H_ 37 37 38 38 #include <abi/cap.h> -
abi/include/abi/proc/task.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_PROC_TASK_H_36 #define ABI_PROC_TASK_H_35 #ifndef _ABI_PROC_TASK_H_ 36 #define _ABI_PROC_TASK_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/proc/thread.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_PROC_THREAD_H_36 #define ABI_PROC_THREAD_H_35 #ifndef _ABI_PROC_THREAD_H_ 36 #define _ABI_PROC_THREAD_H_ 37 37 38 38 #include <stdint.h> -
abi/include/abi/proc/uarg.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_PROC_UARG_H_36 #define ABI_PROC_UARG_H_35 #ifndef _ABI_PROC_UARG_H_ 36 #define _ABI_PROC_UARG_H_ 37 37 38 38 #include <stddef.h> -
abi/include/abi/synch.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_SYNCH_H_36 #define ABI_SYNCH_H_35 #ifndef _ABI_SYNCH_H_ 36 #define _ABI_SYNCH_H_ 37 37 38 38 /** Request with no timeout. */ -
abi/include/abi/syscall.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_SYSCALL_H_36 #define ABI_SYSCALL_H_35 #ifndef _ABI_SYSCALL_H_ 36 #define _ABI_SYSCALL_H_ 37 37 38 38 typedef enum { -
abi/include/abi/sysinfo.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef ABI_SYSINFO_H_37 #define ABI_SYSINFO_H_36 #ifndef _ABI_SYSINFO_H_ 37 #define _ABI_SYSINFO_H_ 38 38 39 39 #include <stdbool.h> -
abi/include/abi/udebug.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef ABI_UDEBUG_H_36 #define ABI_UDEBUG_H_35 #ifndef _ABI_UDEBUG_H_ 36 #define _ABI_UDEBUG_H_ 37 37 38 38 #define UDEBUG_EVMASK(event) (1 << ((event) - 1)) -
abi/include/limits.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_LIMITS_H_36 #define LIBC_LIMITS_H_35 #ifndef _LIBC_LIMITS_H_ 36 #define _LIBC_LIMITS_H_ 37 37 38 38 #ifdef __GNUC__
Note:
See TracChangeset
for help on using the changeset viewer.
