Add Tizen 2.0 packaging
[profile/ivi/eobj.git] / src / tests / access / simple_protected.h
1 #ifndef SIMPLE_PROTECTED_H
2 #define SIMPLE_PROTECTED_H
3
4 typedef struct
5 {
6    Simple_Public_Data public;
7    int protected_x1;
8 } Simple_Protected_Data;
9
10 #endif