11 lines
220 B
C
11 lines
220 B
C
|
#ifndef __SMARTBOX_FEATURE_H__
|
||
|
#define __SMARTBOX_FEATURE_H__
|
||
|
|
||
|
#include "typedef.h"
|
||
|
#include "app_config.h"
|
||
|
|
||
|
u32 target_feature_parse_packet(void *priv, u8 *buf, u16 buf_size, u32 mask);
|
||
|
|
||
|
#endif//__SMARTBOX_FEATURE_H__
|
||
|
|