/* Definitions of modules and its relations for generating Doxygen documentation */
/**
* @defgroup srvcs HelenOS Services
* @ingroup uspace
*/
/**
* @defgroup ns Naming Service
* @ingroup srvcs
*/
/**
* @defgroup kbd Keyboard Service
* @ingroup srvcs
*/
/**
* @defgroup fbs Framebuffer Service
* @ingroup srvcs
*/
/**
* @defgroup console Console Service
* @ingroup srvcs
*/
/**
* @defgroup net Networking Subsystem
* @ingroup srvcs
*/
/**
* @defgroup netif Network interface drivers
* @ingroup net
*/
/**
* @defgroup lo Loopback Service
* @ingroup netif
*/
/**
* @defgroup net_nil Network interface layer
* @ingroup net
*/
/**
* @defgroup eth Ethernet (IEEE 802.3) network interface layer Service
* @ingroup net_nil
*/
/**
* @defgroup net_il Inter-networking layer
* @ingroup net
*/
/**
* @defgroup arp Address Resolution Protocol (ARP) Service
* @ingroup net_il
*/
/**
* @defgroup ip Internet Protocol (IP) Service
* @ingroup net_il
*/
/**
* @defgroup net_tl Transport layer
* @ingroup net
*/
/**
* @defgroup tcp Transmission Control Protocol (TCP) Service
* @ingroup net_tl
*/
/**
* @defgroup packet Packet management system
* @ingroup net
*/
/**
* @cond amd64
* @defgroup pci PCI Service
* @ingroup srvcs
* @endcond
*/
/**
* @cond ia32
* @defgroup pci PCI Service
* @ingroup srvcs
* @endcond
*/
/**
* @defgroup emul Emulation Libraries
* @ingroup uspace
*/
/**
* @defgroup sfl Softloat
* @ingroup emul
*/
/**
* @defgroup softint Softint
* @ingroup emul
*/