00001 #pragma once
00002 #ifndef SEAP_SCHEME_H
00003 #define SEAP_SCHEME_H
00004
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008
00009 typedef uint8_t SEAP_scheme_t;
00010
00011 #ifdef __cplusplus
00012 }
00013 #endif
00014
00015 #endif