Files
cdba/device_parser.h
Bjorn Andersson aef9155588 device-parser: Replace hard coded list
Instead of requiring a compiled in list of devices read them from a yaml
file.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-03-12 19:09:15 -07:00

7 lines
103 B
C

#ifndef __DEVICE_PARSER_H__
#define __DEVICE_PARSER_H__
void device_parser(const char *path);
#endif