mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
7 lines
103 B
C
7 lines
103 B
C
|
|
#ifndef __DEVICE_PARSER_H__
|
||
|
|
#define __DEVICE_PARSER_H__
|
||
|
|
|
||
|
|
void device_parser(const char *path);
|
||
|
|
|
||
|
|
#endif
|