Eh, why not

This commit is contained in:
XANTRONIX Development 2016-05-15 00:15:27 -05:00
parent bee7e5c338
commit 728d183ea3

View file

@ -21,6 +21,8 @@ typedef struct _cammy_sram_data {
cammy_photo photos[CAMMY_SRAM_PHOTO_COUNT];
} cammy_sram_data;
#pragma pack(pop)
typedef struct _cammy_sram {
int fd;
@ -31,8 +33,6 @@ typedef struct _cammy_sram {
mapped_size;
} cammy_sram;
#pragma pack(pop)
cammy_sram *cammy_sram_open(const char *file);
void cammy_sram_close(cammy_sram *sram);