Changeset edeee9f in mainline
- Timestamp:
- 2021-08-10T09:22:19Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e109e1
- Parents:
- 241ab7e
- git-author:
- Jiri Svoboda <jiri@…> (2021-08-09 18:21:05)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-08-10 09:22:19)
- Location:
- uspace/lib
- Files:
-
- 81 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ddev/include/ipc/ddev.h
r241ab7e redeee9f 33 33 */ 34 34 35 #ifndef _LIBC_IPC_DDEV_H_36 #define _LIBC_IPC_DDEV_H_35 #ifndef LIBDDEV_IPC_DDEV_H 36 #define LIBDDEV_IPC_DDEV_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/device/include/bd.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_BD_H_36 #define _LIBC_BD_H_35 #ifndef LIBDEVICE_BD_H 36 #define LIBDEVICE_BD_H 37 37 38 38 #include <async.h> -
uspace/lib/device/include/bd_srv.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_BD_SRV_H_36 #define _LIBC_BD_SRV_H_35 #ifndef LIBDEVICE_BD_SRV_H 36 #define LIBDEVICE_BD_SRV_H 37 37 38 38 #include <adt/list.h> -
uspace/lib/device/include/device/led_dev.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_DEVICE_LED_DEV_H_36 #define _LIBC_DEVICE_LED_DEV_H_35 #ifndef LIBDEVICE_DEVICE_LED_DEV_H 36 #define LIBDEVICE_DEVICE_LED_DEV_H 37 37 38 38 #include <async.h> -
uspace/lib/device/include/devman.h
r241ab7e redeee9f 28 28 */ 29 29 30 /** @addtogroup lib c30 /** @addtogroup libdevice 31 31 * @{ 32 32 */ … … 34 34 */ 35 35 36 #ifndef _LIBC_DEVMAN_H_37 #define _LIBC_DEVMAN_H_36 #ifndef LIBDEVICE_DEVMAN_H 37 #define LIBDEVICE_DEVMAN_H 38 38 39 39 #include <ipc/devman.h> -
uspace/lib/device/include/ieee80211/ieee80211.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 37 #ifndef _LIBC_IEEE80211_H_38 #define _LIBC_IEEE80211_H_37 #ifndef LIBDEVICE_IEEE80211_H 38 #define LIBDEVICE_IEEE80211_H 39 39 40 40 #include <adt/list.h> -
uspace/lib/device/include/io/chardev.h
r241ab7e redeee9f 27 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 28 */ 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ 32 32 33 #ifndef _LIBC_IO_CHARDEV_H_34 #define _LIBC_IO_CHARDEV_H_33 #ifndef LIBDEVICE_IO_CHARDEV_H 34 #define LIBDEVICE_IO_CHARDEV_H 35 35 36 36 #include <async.h> -
uspace/lib/device/include/io/chardev_srv.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IO_CHARDEV_SRV_H_36 #define _LIBC_IO_CHARDEV_SRV_H_35 #ifndef LIBDEVICE_IO_CHARDEV_SRV_H 36 #define LIBDEVICE_IO_CHARDEV_SRV_H 37 37 38 38 #include <adt/list.h> -
uspace/lib/device/include/io/label.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IO_LABEL_H_36 #define _LIBC_IO_LABEL_H_35 #ifndef LIBDEVICE_IO_LABEL_H 36 #define LIBDEVICE_IO_LABEL_H 37 37 38 38 #include <types/label.h> -
uspace/lib/device/include/io/serial.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IO_SERIAL_H_36 #define _LIBC_IO_SERIAL_H_35 #ifndef LIBDEVICE_IO_SERIAL_H 36 #define LIBDEVICE_IO_SERIAL_H 37 37 38 38 #include <async.h> -
uspace/lib/device/include/ipc/adb.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef _LIBC_IPC_ADB_H_37 #define _LIBC_IPC_ADB_H_36 #ifndef LIBDEVICE_IPC_ADB_H 37 #define LIBDEVICE_IPC_ADB_H 38 38 39 39 #include <ipc/common.h> -
uspace/lib/device/include/ipc/bd.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_BD_H_36 #define _LIBC_IPC_BD_H_35 #ifndef LIBDEVICE_IPC_BD_H 36 #define LIBDEVICE_IPC_BD_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/device/include/ipc/chardev.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef _LIBC_IPC_CHARDEV_H_37 #define _LIBC_IPC_CHARDEV_H_36 #ifndef LIBDEVICE_IPC_CHARDEV_H 37 #define LIBDEVICE_IPC_CHARDEV_H 38 38 39 39 #include <ipc/common.h> -
uspace/lib/device/include/ipc/devman.h
r241ab7e redeee9f 31 31 */ 32 32 33 #ifndef _LIBC_IPC_DEVMAN_H_34 #define _LIBC_IPC_DEVMAN_H_33 #ifndef LIBDEVICE_IPC_DEVMAN_H 34 #define LIBDEVICE_IPC_DEVMAN_H 35 35 36 36 #include <ipc/common.h> -
uspace/lib/device/include/ipc/irc.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_IRC_H_36 #define _LIBC_IPC_IRC_H_35 #ifndef LIBDEVICE_IPC_IRC_H 36 #define LIBDEVICE_IPC_IRC_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/device/include/ipc/pci.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_PCI_H_36 #define _LIBC_IPC_PCI_H_35 #ifndef LIBDEVICE_IPC_PCI_H 36 #define LIBDEVICE_IPC_PCI_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/device/include/ipc/serial_ctl.h
r241ab7e redeee9f 27 27 */ 28 28 29 #ifndef _LIBC_IPC_SERIAL_CTL_H_30 #define _LIBC_IPC_SERIAL_CTL_H_29 #ifndef LIBDEVICE_IPC_SERIAL_CTL_H 30 #define LIBDEVICE_IPC_SERIAL_CTL_H 31 31 32 32 #include <ipc/chardev.h> -
uspace/lib/device/include/ipc/vbd.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ 32 32 33 #ifndef _LIBC_IPC_VBD_H_34 #define _LIBC_IPC_VBD_H_33 #ifndef LIBDEVICE_IPC_VBD_H 34 #define LIBDEVICE_IPC_VBD_H 35 35 36 36 #include <ipc/common.h> -
uspace/lib/device/include/ipc/vol.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ 32 32 33 #ifndef _LIBC_IPC_VOL_H_34 #define _LIBC_IPC_VOL_H_33 #ifndef LIBDEVICE_IPC_VOL_H 34 #define LIBDEVICE_IPC_VOL_H 35 35 36 36 #include <ipc/common.h> -
uspace/lib/device/include/irc.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IRC_H_36 #define _LIBC_IRC_H_35 #ifndef LIBDEVICE_IRC_H 36 #define LIBDEVICE_IRC_H 37 37 38 38 extern errno_t irc_enable_interrupt(int); -
uspace/lib/device/include/nic/eth_phys.h
r241ab7e redeee9f 28 28 */ 29 29 30 #ifndef _LIBC_NIC_ETH_PHYS_H_31 #define _LIBC_NIC_ETH_PHYS_H_30 #ifndef LIBDEVICE_NIC_ETH_PHYS_H 31 #define LIBDEVICE_NIC_ETH_PHYS_H 32 32 33 33 #include <stdint.h> -
uspace/lib/device/include/nic/nic.h
r241ab7e redeee9f 28 28 */ 29 29 30 /** @addtogroup lib c30 /** @addtogroup libdevice 31 31 * @{ 32 32 */ … … 36 36 */ 37 37 38 #ifndef _LIBC_NIC_H_39 #define _LIBC_NIC_H_38 #ifndef LIBDEVICE_NIC_H 39 #define LIBDEVICE_NIC_H 40 40 41 41 #include <nic/eth_phys.h> … … 269 269 /** The mask of all modes which the device can advertise 270 270 * 271 * see ETH_AUTONEG_ macros in nic/eth_phys.h of lib c271 * see ETH_AUTONEG_ macros in nic/eth_phys.h of libdevice 272 272 */ 273 273 uint32_t autoneg_support; -
uspace/lib/device/include/pci.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_PCI_H_36 #define _LIBC_PCI_H_35 #ifndef LIBDEVICE_PCI_H 36 #define LIBDEVICE_PCI_H 37 37 38 38 #include <errno.h> -
uspace/lib/device/include/types/io/chardev.h
r241ab7e redeee9f 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 /** @addtogroup lib c28 /** @addtogroup libdevice 29 29 * @{ 30 30 */ 31 31 32 #ifndef _LIBC_TYPES_IO_CHARDEV_H_33 #define _LIBC_TYPES_IO_CHARDEV_H_32 #ifndef LIBDEVICE_TYPES_IO_CHARDEV_H 33 #define LIBDEVICE_TYPES_IO_CHARDEV_H 34 34 35 35 /** Chardev read/write operation flags */ -
uspace/lib/device/include/types/label.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_TYPES_LABEL_H_36 #define _LIBC_TYPES_LABEL_H_35 #ifndef LIBDEVICE_TYPES_LABEL_H 36 #define LIBDEVICE_TYPES_LABEL_H 37 37 38 38 #include <types/uuid.h> -
uspace/lib/device/include/types/pci.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_TYPES_PCI_H_36 #define _LIBC_TYPES_PCI_H_35 #ifndef LIBDEVICE_TYPES_PCI_H 36 #define LIBDEVICE_TYPES_PCI_H 37 37 38 38 #include <async.h> -
uspace/lib/device/include/types/vol.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_TYPES_VOL_H_36 #define _LIBC_TYPES_VOL_H_35 #ifndef LIBDEVICE_TYPES_VOL_H 36 #define LIBDEVICE_TYPES_VOL_H 37 37 38 38 #include <async.h> -
uspace/lib/device/include/vbd.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_VBD_H_36 #define _LIBC_VBD_H_35 #ifndef LIBDEVICE_VBD_H 36 #define LIBDEVICE_VBD_H 37 37 38 38 #include <async.h> -
uspace/lib/device/include/vol.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_VOL_H_36 #define _LIBC_VOL_H_35 #ifndef LIBDEVICE_VOL_H 36 #define LIBDEVICE_VOL_H 37 37 38 38 #include <async.h> -
uspace/lib/device/src/bd.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ -
uspace/lib/device/src/bd_srv.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ -
uspace/lib/device/src/device/led_dev.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ -
uspace/lib/device/src/devman.c
r241ab7e redeee9f 29 29 */ 30 30 31 /** @addtogroup lib c31 /** @addtogroup libdevice 32 32 * @{ 33 33 */ -
uspace/lib/device/src/io/chardev.c
r241ab7e redeee9f 28 28 */ 29 29 30 /** @addtogroup lib c30 /** @addtogroup libdevice 31 31 * @{ 32 32 */ -
uspace/lib/device/src/io/chardev_srv.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ -
uspace/lib/device/src/io/label.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ -
uspace/lib/device/src/irc.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ -
uspace/lib/device/src/pci.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ -
uspace/lib/device/src/vbd.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ -
uspace/lib/device/src/vol.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdevice 30 30 * @{ 31 31 */ -
uspace/lib/display/include/ipc/display.h
r241ab7e redeee9f 33 33 */ 34 34 35 #ifndef _LIBC_IPC_DISPLAY_H_36 #define _LIBC_IPC_DISPLAY_H_35 #ifndef LIBDISPLAY_IPC_DISPLAY_H 36 #define LIBDISPLAY_IPC_DISPLAY_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/drv/include/battery_iface.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdrv 30 30 * @{ 31 31 */ -
uspace/lib/drv/include/ieee80211_iface.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdrv 30 30 * @{ 31 31 */ -
uspace/lib/drv/include/nic_iface.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libdrv 30 30 * @{ 31 31 */ -
uspace/lib/inet/include/inet/addr.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_ADDR_H_36 #define _LIBC_INET_ADDR_H_35 #ifndef LIBINET_INET_ADDR_H 36 #define LIBINET_INET_ADDR_H 37 37 38 38 #include <errno.h> -
uspace/lib/inet/include/inet/dhcp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_DHCP_H_36 #define _LIBC_INET_DHCP_H_35 #ifndef LIBINET_INET_DHCP_H 36 #define LIBINET_INET_DHCP_H 37 37 38 38 #include <types/common.h> -
uspace/lib/inet/include/inet/dnsr.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_DNSR_H_36 #define _LIBC_INET_DNSR_H_35 #ifndef LIBINET_INET_DNSR_H 36 #define LIBINET_INET_DNSR_H 37 37 38 38 #include <inet/inet.h> -
uspace/lib/inet/include/inet/endpoint.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_ENDPOINT_H_36 #define _LIBC_INET_ENDPOINT_H_35 #ifndef LIBINET_INET_ENDPOINT_H 36 #define LIBINET_INET_ENDPOINT_H 37 37 38 38 #include <stdint.h> -
uspace/lib/inet/include/inet/eth_addr.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup inet29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 37 #ifndef _LIBC_INET_ETH_ADDR_H_38 #define _LIBC_INET_ETH_ADDR_H_37 #ifndef LIBINET_INET_ETH_ADDR_H 38 #define LIBINET_INET_ETH_ADDR_H 39 39 40 40 #include <stdint.h> -
uspace/lib/inet/include/inet/host.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_HOST_H_36 #define _LIBC_INET_HOST_H_35 #ifndef LIBINET_INET_HOST_H 36 #define LIBINET_INET_HOST_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/inet/hostname.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_HOSTNAME_H_36 #define _LIBC_INET_HOSTNAME_H_35 #ifndef LIBINET_INET_HOSTNAME_H 36 #define LIBINET_INET_HOSTNAME_H 37 37 38 38 extern errno_t inet_hostname_parse(const char *, char **, char **); -
uspace/lib/inet/include/inet/hostport.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_HOSTPORT_H_36 #define _LIBC_INET_HOSTPORT_H_35 #ifndef LIBINET_INET_HOSTPORT_H 36 #define LIBINET_INET_HOSTPORT_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/inet/inet.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_INET_H_36 #define _LIBC_INET_INET_H_35 #ifndef LIBINET_INET_INET_H 36 #define LIBINET_INET_INET_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/inet/inetcfg.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_INETCFG_H_36 #define _LIBC_INET_INETCFG_H_35 #ifndef LIBINET_INET_INETCFG_H 36 #define LIBINET_INET_INETCFG_H 37 37 38 38 #include <inet/inet.h> -
uspace/lib/inet/include/inet/inetping.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_INETPING_H_36 #define _LIBC_INET_INETPING_H_35 #ifndef LIBINET_INET_INETPING_H 36 #define LIBINET_INET_INETPING_H 37 37 38 38 #include <inet/inet.h> -
uspace/lib/inet/include/inet/iplink.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_IPLINK_H_36 #define _LIBC_INET_IPLINK_H_35 #ifndef LIBINET_INET_IPLINK_H 36 #define LIBINET_INET_IPLINK_H 37 37 38 38 #include <async.h> -
uspace/lib/inet/include/inet/iplink_srv.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_IPLINK_SRV_H_36 #define _LIBC_INET_IPLINK_SRV_H_35 #ifndef LIBINET_INET_IPLINK_SRV_H 36 #define LIBINET_INET_IPLINK_SRV_H 37 37 38 38 #include <async.h> -
uspace/lib/inet/include/inet/tcp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_TCP_H_36 #define _LIBC_INET_TCP_H_35 #ifndef LIBINET_INET_TCP_H 36 #define LIBINET_INET_TCP_H 37 37 38 38 #include <fibril_synch.h> -
uspace/lib/inet/include/inet/udp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_UDP_H_36 #define _LIBC_INET_UDP_H_35 #ifndef LIBINET_INET_UDP_H 36 #define LIBINET_INET_UDP_H 37 37 38 38 #include <async.h> -
uspace/lib/inet/include/ipc/dhcp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_DHCP_H_36 #define _LIBC_IPC_DHCP_H_35 #ifndef LIBINET_IPC_DHCP_H 36 #define LIBINET_IPC_DHCP_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/dnsr.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ 32 32 33 #ifndef _LIBC_IPC_DNSR_H_34 #define _LIBC_IPC_DNSR_H_33 #ifndef LIBINET_IPC_DNSR_H 34 #define LIBINET_IPC_DNSR_H 35 35 36 36 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/inet.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_INET_H_36 #define _LIBC_IPC_INET_H_35 #ifndef LIBINET_IPC_INET_H 36 #define LIBINET_IPC_INET_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/iplink.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_IPLINK_H_36 #define _LIBC_IPC_IPLINK_H_35 #ifndef LIBINET_IPC_IPLINK_H 36 #define LIBINET_IPC_IPLINK_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/tcp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_TCP_H_36 #define _LIBC_IPC_TCP_H_35 #ifndef LIBINET_IPC_TCP_H 36 #define LIBINET_IPC_TCP_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/udp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_UDP_H_36 #define _LIBC_IPC_UDP_H_35 #ifndef LIBINET_IPC_UDP_H 36 #define LIBINET_IPC_UDP_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/types/inet.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_TYPES_INET_H_36 #define _LIBC_TYPES_INET_H_35 #ifndef LIBINET_TYPES_INET_H 36 #define LIBINET_TYPES_INET_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/types/inet/host.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_TYPES_INET_HOST_H_36 #define _LIBC_TYPES_INET_HOST_H_35 #ifndef LIBINETTYPES_INET_HOST_H 36 #define LIBINETTYPES_INET_HOST_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/types/inet/hostport.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_TYPES_INET_HOSTPORT_H_36 #define _LIBC_TYPES_INET_HOSTPORT_H_35 #ifndef LIBINET_TYPES_INET_HOSTPORT_H 36 #define LIBINET_TYPES_INET_HOSTPORT_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/types/inetcfg.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_TYPES_INETCFG_H_36 #define _LIBC_TYPES_INETCFG_H_35 #ifndef LIBINET_TYPES_INETCFG_H 36 #define LIBINET_TYPES_INETCFG_H 37 37 38 38 #include <inet/eth_addr.h> -
uspace/lib/inet/include/types/inetping.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 37 #ifndef _LIBC_TYPES_INETPING_H_38 #define _LIBC_TYPES_INETPING_H_37 #ifndef LIBINET_TYPES_INETPING_H 38 #define LIBINET_TYPES_INETPING_H 39 39 40 40 #include <inet/addr.h> -
uspace/lib/inet/src/addr.c
r241ab7e redeee9f 28 28 */ 29 29 30 /** @addtogroup lib c30 /** @addtogroup libinet 31 31 * @{ 32 32 */ -
uspace/lib/inet/src/dhcp.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/endpoint.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/eth_addr.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/host.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/hostname.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/hostport.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/iplink.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/iplink_srv.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/tcp.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/udp.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */
Note:
See TracChangeset
for help on using the changeset viewer.