UbixOS  2.0
sys_sde_args Struct Reference

#include <sysproto.h>

Collaboration diagram for sys_sde_args:
Collaboration graph

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))]
 

Detailed Description

Definition at line 80 of file sysproto.h.

Field Documentation

◆ cmd

uint32_t sys_sde_args::cmd

Definition at line 82 of file sysproto.h.

Referenced by sysSDE().

◆ cmd_l_

char sys_sde_args::cmd_l_[0]

Definition at line 81 of file sysproto.h.

◆ cmd_r_

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.

◆ ptr

uint32_t sys_sde_args::ptr

Definition at line 85 of file sysproto.h.

Referenced by sysSDE().

◆ ptr_l_

char sys_sde_args::ptr_l_[0]

Definition at line 84 of file sysproto.h.

◆ ptr_r_

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.


The documentation for this struct was generated from the following file: