mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
Instead of requiring a compiled in list of devices read them from a yaml file. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
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
|