Message type for CDEV_REPLY
Change-Id: I555bf35a43c59e7d7b6180b625021b3c13bbeaa3
This commit is contained in:
@@ -1574,6 +1574,14 @@ typedef struct {
|
||||
} mess_vfs_fs_utime;
|
||||
_ASSERT_MSG_SIZE(mess_vfs_fs_utime);
|
||||
|
||||
typedef struct {
|
||||
int status;
|
||||
uint32_t id; /* should be cdev_id_t */
|
||||
|
||||
uint8_t padding[48];
|
||||
} mess_lchardriver_vfs_reply;
|
||||
_ASSERT_MSG_SIZE(mess_lchardriver_vfs_reply);
|
||||
|
||||
typedef struct {
|
||||
time_t atime;
|
||||
time_t mtime;
|
||||
@@ -1719,6 +1727,8 @@ typedef struct {
|
||||
|
||||
mess_lc_vm_rusage m_lc_vm_rusage;
|
||||
|
||||
mess_lchardriver_vfs_reply m_lchardriver_vfs_reply;
|
||||
|
||||
mess_lexec_pm_exec_new m_lexec_pm_exec_new;
|
||||
|
||||
mess_li2cdriver_i2c_busc_i2c_exec m_li2cdriver_i2c_busc_i2c_exec;
|
||||
|
||||
Reference in New Issue
Block a user