This website requires JavaScript.
Explore
Help
Sign In
linuxmsm
/
cdba
Watch
0
Star
0
Fork
0
You've already forked cdba
mirror of
https://github.com/linux-msm/cdba.git
synced
2026-02-25 13:11:56 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca2d4b08dd5d20249e1ab859cac513b5b75075ae
cdba
/
device_parser.h
7 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
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 17:12:02 -07:00
#
ifndef __DEVICE_PARSER_H__
#
define __DEVICE_PARSER_H__
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:02:16 -07:00
int
device_parser
(
const
char
*
path
)
;
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 17:12:02 -07:00
#
endif
Reference in New Issue
Copy Permalink