You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
316 B
12 lines
316 B
4 months ago
|
#ifndef BOOTVIDEO_DFTEVENT_H
|
||
|
#define BOOTVIDEO_DFTEVENT_H
|
||
|
|
||
|
#include <string>
|
||
|
#define E_955050800 955050800
|
||
|
#define E_955050801 955050801
|
||
|
#define BT_SUCCESS 0
|
||
|
|
||
|
int BootvideoDfteventReport(int eventId, std::string currentFuncName,
|
||
|
std::string parentFuncName, std::string bootvideoPath);
|
||
|
|
||
|
#endif
|