1 2 3 4 5 6 7 8 9 10 11 12
#ifndef _SVCCB_H #define _SVCCB_H #include <api/syscb/callbacks/syscb.h> namespace SvcCallback { enum { ONREGISTER=10, ONDEREGISTER=20, }; }; #endif