Changeset 4805495 in mainline for abi/include
- Timestamp:
- 2019-02-11T15:01:33Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab936440, d5a89a3, fc448f5
- Parents:
- 8df5f20
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-01 23:30:11)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-11 15:01:33)
- Location:
- abi/include
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/asmtool.h
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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
r8df5f20 r4805495 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.