#ifndef _SVCCB_H #define _SVCCB_H #include <api/syscb/callbacks/syscb.h> namespace SvcCallback { enum { ONREGISTER=10, ONDEREGISTER=20, }; }; #endif