1 #ifndef _SMS_MAPPER_H
2 #define _SMS_MAPPER_H
3 
4 #include <memory.h>
5 
6 struct cart_mapper_mach_data {
7 	char *cart_path;
8 	struct region *cart_region;
9 };
10 
11 #endif
12 
13