| UbixOS
    2.0
    | 
#include <sysproto.h>

| Data Fields | |
| uint32_t | cmd | 
| char | cmd_l_ [0] | 
| char | cmd_r_ [(sizeof(register_t)<=sizeof(uint32_t) ? 0 :sizeof(register_t) - sizeof(uint32_t))] | 
| uint32_t | ptr | 
| char | ptr_l_ [0] | 
| char | ptr_r_ [(sizeof(register_t)<=sizeof(uint32_t) ? 0 :sizeof(register_t) - sizeof(uint32_t))] | 
Definition at line 80 of file sysproto.h.
| uint32_t sys_sde_args::cmd | 
Definition at line 82 of file sysproto.h.
Referenced by sysSDE().
| char sys_sde_args::cmd_l_[0] | 
Definition at line 81 of file sysproto.h.
| char sys_sde_args::cmd_r_[(sizeof(register_t)<=sizeof(uint32_t) ? 0 :sizeof(register_t) - sizeof(uint32_t))] | 
Definition at line 83 of file sysproto.h.
| uint32_t sys_sde_args::ptr | 
Definition at line 85 of file sysproto.h.
Referenced by sysSDE().
| char sys_sde_args::ptr_l_[0] | 
Definition at line 84 of file sysproto.h.
| char sys_sde_args::ptr_r_[(sizeof(register_t)<=sizeof(uint32_t) ? 0 :sizeof(register_t) - sizeof(uint32_t))] | 
Definition at line 86 of file sysproto.h.