Eh, why not
This commit is contained in:
		
							parent
							
								
									bee7e5c338
								
							
						
					
					
						commit
						728d183ea3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -21,6 +21,8 @@ typedef struct _cammy_sram_data {
 | 
				
			||||||
    cammy_photo photos[CAMMY_SRAM_PHOTO_COUNT];
 | 
					    cammy_photo photos[CAMMY_SRAM_PHOTO_COUNT];
 | 
				
			||||||
} cammy_sram_data;
 | 
					} cammy_sram_data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#pragma pack(pop)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct _cammy_sram {
 | 
					typedef struct _cammy_sram {
 | 
				
			||||||
    int fd;
 | 
					    int fd;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -31,8 +33,6 @@ typedef struct _cammy_sram {
 | 
				
			||||||
           mapped_size;
 | 
					           mapped_size;
 | 
				
			||||||
} cammy_sram;
 | 
					} cammy_sram;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#pragma pack(pop)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
cammy_sram *cammy_sram_open(const char *file);
 | 
					cammy_sram *cammy_sram_open(const char *file);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void cammy_sram_close(cammy_sram *sram);
 | 
					void cammy_sram_close(cammy_sram *sram);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue