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