13 lines
163 B
C++
13 lines
163 B
C++
#ifndef _SVCCB_H
|
|
#define _SVCCB_H
|
|
|
|
#include <api/syscb/callbacks/syscb.h>
|
|
|
|
namespace SvcCallback {
|
|
enum {
|
|
ONREGISTER=10,
|
|
ONDEREGISTER=20,
|
|
};
|
|
};
|
|
#endif
|