#include <fibril_synch.h>
#include <ipc/services.h>
#include <net/device.h>
#include <adt/measured_strings.h>
Go to the source code of this file.
Data Structures | |
struct | nildummy_device |
Dummy nil device specific data. More... | |
struct | nildummy_globals |
Dummy nil global data. More... | |
struct | nildummy_proto |
Dummy nil protocol specific data. More... | |
Typedefs | |
typedef nildummy_device | nildummy_device_t |
Type definition of the dummy nil device specific data. | |
typedef nildummy_globals | nildummy_globals_t |
Type definition of the dummy nil global data. | |
typedef nildummy_proto | nildummy_proto_t |
Type definition of the dummy nil protocol specific data. | |
Functions | |
DEVICE_MAP_DECLARE (nildummy_devices, nildummy_device_t) | |
Dummy nil device map. |
Definition in file nildummy.h.