Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | uwb_dbg_cmd_rsv_establish |
struct | uwb_dbg_cmd_rsv_terminate |
struct | uwb_dbg_cmd_ie |
struct | uwb_dbg_cmd |
Enumerations | |
enum | uwb_dbg_cmd_type { UWB_DBG_CMD_RSV_ESTABLISH = 1, UWB_DBG_CMD_RSV_TERMINATE = 2, UWB_DBG_CMD_IE_ADD = 3, UWB_DBG_CMD_IE_RM = 4, UWB_DBG_CMD_RADIO_START = 5, UWB_DBG_CMD_RADIO_STOP = 6 } |
enum uwb_dbg_cmd_type |
UWB_DBG_CMD_RSV_ESTABLISH | |
UWB_DBG_CMD_RSV_TERMINATE | |
UWB_DBG_CMD_IE_ADD | |
UWB_DBG_CMD_IE_RM | |
UWB_DBG_CMD_RADIO_START | |
UWB_DBG_CMD_RADIO_STOP |
Definition at line 32 of file debug-cmd.h.