Message type for PM_EXEC_RESTART
Change-Id: I0b7abd7b20a56a7982bccd0f677c1cf9d6bf7d3b
This commit is contained in:
@@ -122,12 +122,6 @@
|
||||
/* Field names for the reboot(2) call. */
|
||||
#define PM_REBOOT_HOW m1_i1 /* int */
|
||||
|
||||
/* Field names for the PM_EXEC_RESTART call. */
|
||||
#define PM_EXEC_RESTART_ENDPT m1_i1 /* endpoint_t */
|
||||
#define PM_EXEC_RESTART_RESULT m1_i2 /* int */
|
||||
#define PM_EXEC_RESTART_PC m1_p1 /* vir_bytes */
|
||||
#define PM_EXEC_RESTART_PS_STR m1_p2 /* vir_bytes */
|
||||
|
||||
/*===========================================================================*
|
||||
* Calls to VFS *
|
||||
*===========================================================================*/
|
||||
|
||||
@@ -522,6 +522,16 @@ typedef struct {
|
||||
} mess_lsys_vfs_mapdriver;
|
||||
_ASSERT_MSG_SIZE(mess_lsys_vfs_mapdriver);
|
||||
|
||||
typedef struct {
|
||||
endpoint_t endpt;
|
||||
int result;
|
||||
vir_bytes pc;
|
||||
vir_bytes ps_str;
|
||||
|
||||
uint8_t padding[40];
|
||||
} mess_rs_pm_exec_restart;
|
||||
_ASSERT_MSG_SIZE(mess_rs_pm_exec_restart);
|
||||
|
||||
typedef struct {
|
||||
dev_t device;
|
||||
off_t seek_pos;
|
||||
@@ -1022,6 +1032,8 @@ typedef struct {
|
||||
mess_pm_lsys_getepinfo m_pm_lsys_getepinfo;
|
||||
mess_pm_lsys_getprocnr m_pm_lsys_getprocnr;
|
||||
|
||||
mess_rs_pm_exec_restart m_rs_pm_exec_restart;
|
||||
|
||||
mess_vfs_fs_breadwrite m_vfs_fs_breadwrite;
|
||||
mess_vfs_fs_chmod m_vfs_fs_chmod;
|
||||
mess_vfs_fs_chown m_vfs_fs_chown;
|
||||
|
||||
Reference in New Issue
Block a user