8 lines
320 B
C
8 lines
320 B
C
|
#ifndef DEVICE_GOOGLE_GS_COMMON_INSMOD_INCLUDE_DUMP_PIXEL_DUMP_H_
|
||
|
#define DEVICE_GOOGLE_GS_COMMON_INSMOD_INCLUDE_DUMP_PIXEL_DUMP_H_
|
||
|
|
||
|
void dumpFileContent(const char* title, const char* file_path);
|
||
|
void runCommand(const char* title, const char* cmd);
|
||
|
|
||
|
#endif // DEVICE_GOOGLE_GS_COMMON_INSMOD_INCLUDE_DUMP_PIXEL_DUMP_H_
|