Message type for SYS_SETALARM
Change-Id: I2c2ee24c19085cbd1e7ffba7b2db714b2561ff17
This commit is contained in:
@@ -300,11 +300,6 @@
|
||||
#define DIO_PORT m2_l1 /* single port address */
|
||||
#define DIO_VALUE m2_l2 /* single I/O value */
|
||||
|
||||
/* Field names for SYS_SETALARM. */
|
||||
#define ALRM_EXP_TIME m2_l1 /* expire time for the alarm call */
|
||||
#define ALRM_ABS_TIME m2_i2 /* set to 1 to use absolute alarm time */
|
||||
#define ALRM_TIME_LEFT m2_l1 /* how many ticks were remaining */
|
||||
|
||||
/* Field names for SYS_IRQCTL. */
|
||||
#define IRQ_REQUEST m5_s1 /* what to do? */
|
||||
# define IRQ_SETPOLICY 1 /* manage a slot of the IRQ table */
|
||||
|
||||
@@ -712,6 +712,15 @@ typedef struct {
|
||||
} mess_lsys_krn_sys_sdevio;
|
||||
_ASSERT_MSG_SIZE(mess_lsys_krn_sys_sdevio);
|
||||
|
||||
typedef struct {
|
||||
clock_t exp_time;
|
||||
clock_t time_left;
|
||||
int abs_time;
|
||||
|
||||
uint8_t padding[44];
|
||||
} mess_lsys_krn_sys_setalarm;
|
||||
_ASSERT_MSG_SIZE(mess_lsys_krn_sys_setalarm);
|
||||
|
||||
typedef struct {
|
||||
int request;
|
||||
int vec_size;
|
||||
@@ -1456,6 +1465,7 @@ typedef struct {
|
||||
mess_lsys_krn_schedule m_lsys_krn_schedule;
|
||||
mess_lsys_krn_sys_memset m_lsys_krn_sys_memset;
|
||||
mess_lsys_krn_sys_sdevio m_lsys_krn_sys_sdevio;
|
||||
mess_lsys_krn_sys_setalarm m_lsys_krn_sys_setalarm;
|
||||
mess_lsys_krn_sys_vdevio m_lsys_krn_sys_vdevio;
|
||||
|
||||
mess_lsys_pci_busc_get_bar m_lsys_pci_busc_get_bar;
|
||||
|
||||
Reference in New Issue
Block a user