Changeset d5a89a3 in mainline for uspace/lib/c/include/ipc
- Timestamp:
- 2019-02-11T22:31:04Z (6 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:
- uspace/lib/c/include/ipc
- Files:
-
- 36 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/adb.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef LIBC_IPC_ADB_H_37 #define LIBC_IPC_ADB_H_36 #ifndef _LIBC_IPC_ADB_H_ 37 #define _LIBC_IPC_ADB_H_ 38 38 39 39 #include <ipc/common.h> -
uspace/lib/c/include/ipc/bd.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_BD_H_36 #define LIBC_IPC_BD_H_35 #ifndef _LIBC_IPC_BD_H_ 36 #define _LIBC_IPC_BD_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/chardev.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef LIBC_IPC_CHARDEV_H_37 #define LIBC_IPC_CHARDEV_H_36 #ifndef _LIBC_IPC_CHARDEV_H_ 37 #define _LIBC_IPC_CHARDEV_H_ 38 38 39 39 #include <ipc/common.h> -
uspace/lib/c/include/ipc/clipboard.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_CLIPBOARD_H_36 #define LIBC_IPC_CLIPBOARD_H_35 #ifndef _LIBC_IPC_CLIPBOARD_H_ 36 #define _LIBC_IPC_CLIPBOARD_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/common.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_COMMON_H_36 #define LIBC_IPC_COMMON_H_35 #ifndef _LIBC_IPC_COMMON_H_ 36 #define _LIBC_IPC_COMMON_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/include/ipc/console.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_CONSOLE_H_36 #define LIBC_IPC_CONSOLE_H_35 #ifndef _LIBC_IPC_CONSOLE_H_ 36 #define _LIBC_IPC_CONSOLE_H_ 37 37 38 38 #include <ipc/vfs.h> -
uspace/lib/c/include/ipc/corecfg.h
re3272101 rd5a89a3 31 31 */ 32 32 33 #ifndef LIBC_IPC_CORECFG_H_34 #define LIBC_IPC_CORECFG_H_33 #ifndef _LIBC_IPC_CORECFG_H_ 34 #define _LIBC_IPC_CORECFG_H_ 35 35 36 36 #include <ipc/common.h> -
uspace/lib/c/include/ipc/dev_iface.h
re3272101 rd5a89a3 27 27 */ 28 28 29 #ifndef LIBC_IPC_DEV_IFACE_H_30 #define LIBC_IPC_DEV_IFACE_H_29 #ifndef _LIBC_IPC_DEV_IFACE_H_ 30 #define _LIBC_IPC_DEV_IFACE_H_ 31 31 32 32 #include <stdlib.h> -
uspace/lib/c/include/ipc/devman.h
re3272101 rd5a89a3 31 31 */ 32 32 33 #ifndef LIBC_IPC_DEVMAN_H_34 #define LIBC_IPC_DEVMAN_H_33 #ifndef _LIBC_IPC_DEVMAN_H_ 34 #define _LIBC_IPC_DEVMAN_H_ 35 35 36 36 #include <ipc/common.h> -
uspace/lib/c/include/ipc/dhcp.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_DHCP_H_36 #define LIBC_IPC_DHCP_H_35 #ifndef _LIBC_IPC_DHCP_H_ 36 #define _LIBC_IPC_DHCP_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/dnsr.h
re3272101 rd5a89a3 31 31 */ 32 32 33 #ifndef LIBC_IPC_DNSR_H_34 #define LIBC_IPC_DNSR_H_33 #ifndef _LIBC_IPC_DNSR_H_ 34 #define _LIBC_IPC_DNSR_H_ 35 35 36 36 #include <ipc/common.h> -
uspace/lib/c/include/ipc/event.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_EVENT_H_36 #define LIBC_IPC_EVENT_H_35 #ifndef _LIBC_IPC_EVENT_H_ 36 #define _LIBC_IPC_EVENT_H_ 37 37 38 38 #include <abi/ipc/event.h> -
uspace/lib/c/include/ipc/graph.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_GRAPH_H_36 #define LIBC_IPC_GRAPH_H_35 #ifndef _LIBC_IPC_GRAPH_H_ 36 #define _LIBC_IPC_GRAPH_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/inet.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_INET_H_36 #define LIBC_IPC_INET_H_35 #ifndef _LIBC_IPC_INET_H_ 36 #define _LIBC_IPC_INET_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/input.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_INPUT_H_36 #define LIBC_IPC_INPUT_H_35 #ifndef _LIBC_IPC_INPUT_H_ 36 #define _LIBC_IPC_INPUT_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/ipc.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #if ((defined( LIBC_ASYNC_H_)) && (!defined(LIBC_ASYNC_C_)))35 #if ((defined(_LIBC_ASYNC_H_)) && (!defined(_LIBC_ASYNC_C_))) 36 36 #error Do not intermix low-level IPC interface and async framework 37 37 #endif 38 38 39 #ifndef LIBC_IPC_H_40 #define LIBC_IPC_H_39 #ifndef _LIBC_IPC_H_ 40 #define _LIBC_IPC_H_ 41 41 42 42 #include <ipc/common.h> -
uspace/lib/c/include/ipc/ipc_test.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_IPC_TEST_H_36 #define LIBC_IPC_IPC_TEST_H_35 #ifndef _LIBC_IPC_IPC_TEST_H_ 36 #define _LIBC_IPC_IPC_TEST_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/iplink.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_IPLINK_H_36 #define LIBC_IPC_IPLINK_H_35 #ifndef _LIBC_IPC_IPLINK_H_ 36 #define _LIBC_IPC_IPLINK_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/irc.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_IRC_H_36 #define LIBC_IPC_IRC_H_35 #ifndef _LIBC_IPC_IRC_H_ 36 #define _LIBC_IPC_IRC_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/irq.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_IRQ_H_36 #define LIBC_IPC_IRQ_H_35 #ifndef _LIBC_IPC_IRQ_H_ 36 #define _LIBC_IPC_IRQ_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/include/ipc/kbdev.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_KBDEV_H_36 #define LIBC_IPC_KBDEV_H_35 #ifndef _LIBC_IPC_KBDEV_H_ 36 #define _LIBC_IPC_KBDEV_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/loader.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_LOADER_H_36 #define LIBC_IPC_LOADER_H_35 #ifndef _LIBC_IPC_LOADER_H_ 36 #define _LIBC_IPC_LOADER_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/loc.h
re3272101 rd5a89a3 32 32 */ 33 33 34 #ifndef LIBC_IPC_LOC_H_35 #define LIBC_IPC_LOC_H_34 #ifndef _LIBC_IPC_LOC_H_ 35 #define _LIBC_IPC_LOC_H_ 36 36 37 37 #include <ipc/common.h> -
uspace/lib/c/include/ipc/logger.h
re3272101 rd5a89a3 31 31 */ 32 32 33 #ifndef LIBC_IPC_LOGGER_H_34 #define LIBC_IPC_LOGGER_H_33 #ifndef _LIBC_IPC_LOGGER_H_ 34 #define _LIBC_IPC_LOGGER_H_ 35 35 36 36 #include <ipc/common.h> -
uspace/lib/c/include/ipc/mouseev.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef LIBC_IPC_MOUSEEV_H_37 #define LIBC_IPC_MOUSEEV_H_36 #ifndef _LIBC_IPC_MOUSEEV_H_ 37 #define _LIBC_IPC_MOUSEEV_H_ 38 38 39 39 #include <ipc/common.h> -
uspace/lib/c/include/ipc/ns.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_NS_H_36 #define LIBC_IPC_NS_H_35 #ifndef _LIBC_IPC_NS_H_ 36 #define _LIBC_IPC_NS_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/output.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_OUTPUT_H_36 #define LIBC_IPC_OUTPUT_H_35 #ifndef _LIBC_IPC_OUTPUT_H_ 36 #define _LIBC_IPC_OUTPUT_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/pci.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_PCI_H_36 #define LIBC_IPC_PCI_H_35 #ifndef _LIBC_IPC_PCI_H_ 36 #define _LIBC_IPC_PCI_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/serial_ctl.h
re3272101 rd5a89a3 27 27 */ 28 28 29 #ifndef LIBC_IPC_SERIAL_CTL_H_30 #define LIBC_IPC_SERIAL_CTL_H_29 #ifndef _LIBC_IPC_SERIAL_CTL_H_ 30 #define _LIBC_IPC_SERIAL_CTL_H_ 31 31 32 32 #include <ipc/chardev.h> -
uspace/lib/c/include/ipc/services.h
re3272101 rd5a89a3 35 35 */ 36 36 37 #ifndef LIBC_SERVICES_H_38 #define LIBC_SERVICES_H_37 #ifndef _LIBC_SERVICES_H_ 38 #define _LIBC_SERVICES_H_ 39 39 40 40 #include <abi/fourcc.h> -
uspace/lib/c/include/ipc/tcp.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_TCP_H_36 #define LIBC_IPC_TCP_H_35 #ifndef _LIBC_IPC_TCP_H_ 36 #define _LIBC_IPC_TCP_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/udp.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_UDP_H_36 #define LIBC_IPC_UDP_H_35 #ifndef _LIBC_IPC_UDP_H_ 36 #define _LIBC_IPC_UDP_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/vbd.h
re3272101 rd5a89a3 31 31 */ 32 32 33 #ifndef LIBC_IPC_VBD_H_34 #define LIBC_IPC_VBD_H_33 #ifndef _LIBC_IPC_VBD_H_ 34 #define _LIBC_IPC_VBD_H_ 35 35 36 36 #include <ipc/common.h> -
uspace/lib/c/include/ipc/vfs.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_VFS_H_36 #define LIBC_IPC_VFS_H_35 #ifndef _LIBC_IPC_VFS_H_ 36 #define _LIBC_IPC_VFS_H_ 37 37 38 38 #include <ipc/common.h> -
uspace/lib/c/include/ipc/vol.h
re3272101 rd5a89a3 31 31 */ 32 32 33 #ifndef LIBC_IPC_VOL_H_34 #define LIBC_IPC_VOL_H_33 #ifndef _LIBC_IPC_VOL_H_ 34 #define _LIBC_IPC_VOL_H_ 35 35 36 36 #include <ipc/common.h> -
uspace/lib/c/include/ipc/window.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_IPC_WINDOW_H_36 #define LIBC_IPC_WINDOW_H_35 #ifndef _LIBC_IPC_WINDOW_H_ 36 #define _LIBC_IPC_WINDOW_H_ 37 37 38 38 #include <ipc/vfs.h>
Note:
See TracChangeset
for help on using the changeset viewer.