lib: add libmsg* ipc protocol libraries
This commit is contained in:
15
lib/libmsg/include/rosetta/msg.h
Normal file
15
lib/libmsg/include/rosetta/msg.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef ROSETTA_MSG_H_
|
||||
#define ROSETTA_MSG_H_
|
||||
|
||||
#define ROSETTA_MSG_MAGIC 0x9AB07D10U
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct rosetta_msg {
|
||||
uint32_t msg_magic;
|
||||
uint32_t msg_protocol;
|
||||
uint16_t msg_id;
|
||||
uint16_t msg_reserved;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user