Eo: Restructure source tree to be like the rest of the EFL.
[profile/ivi/eobj.git] / src / tests / access / simple_protected.h
1 #ifndef SIMPLE_PROTECTED_H
2 #define SIMPLE_PROTECTED_H
3
4 #include "simple.h"
5
6 typedef struct
7 {
8    Simple_Public_Data public;
9    int protected_x1;
10 } Simple_Protected_Data;
11
12 #endif