bigger message

Change-Id: Ie770140c55799bdc3bb8f0ad6994d59938155a1a
This commit is contained in:
Ben Gras
2013-10-31 17:29:05 +01:00
committed by Lionel Sambuc
parent 7120f34ec1
commit 25719b5d92
4 changed files with 58 additions and 14 deletions

View File

@@ -12,8 +12,8 @@
#define M1 1
#define M3 3
#define M4 4
#define M3_STRING 16 /* legacy m3_ca1 size (must not be changed) */
#define M3_LONG_STRING 16 /* current m3_ca1 size (may be increased) */
#define M3_STRING 44 /* legacy m3_ca1 size (must not be changed) */
#define M3_LONG_STRING 44 /* current m3_ca1 size (may be increased) */
typedef struct {int m1i1, m1i2, m1i3; char *m1p1, *m1p2, *m1p3, *m1p4;} mess_1;
typedef struct {int m2i1, m2i2, m2i3; long m2l1, m2l2; char *m2p1;
@@ -74,6 +74,7 @@ typedef struct {
mess_vmmcp m_vmmcp;
mess_vmmcp_reply m_vmmcp_reply;
mess_vm_vfs_mmap m_vm_vfs;
u32_t size[14]; /* message payload may have 14 longs at most */
} m_u;
} message __aligned(16);