summaryrefslogtreecommitdiffstats
path: root/tests/test-marshallers.h
blob: 9cd34c7e8ec5ed3a58b18f72854396528b2eee62 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdint.h>

#ifndef _H_TEST_MARSHALLERS

typedef struct {
    uint32_t data_size;
    uint64_t data[];
} SpiceMsgMainShortDataSubMarshall;

#endif /* _H_TEST_MARSHALLERS */