Files
cdba/device_parser.h
Bjorn Andersson a2a11706df device_parser: Fall back to read /etc/cdba
After attempting to read .cdba, fall back to read /etc/cdba - to make it
possible to provide system wide configuration for a multiple users.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2020-06-29 00:07:16 -07:00

7 lines
102 B
C

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