From 405590bdb7ae434798010458e810c415e4e99db4 Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Fri, 30 Jun 2017 16:53:34 +0200 Subject: barebox-state: get devicetree from file Signed-off-by: Steffen Trumtrar --- src/barebox-state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/barebox-state.h') diff --git a/src/barebox-state.h b/src/barebox-state.h index bd89cf4..a0f49a5 100644 --- a/src/barebox-state.h +++ b/src/barebox-state.h @@ -1,7 +1,7 @@ #ifndef __BAREBOX_STATE__ #define __BAREBOX_STATE__ -struct state *state_get(const char *name, bool readonly, bool auth); +struct state *state_get(const char *name, const char *file, bool readonly, bool auth); char *state_get_var(struct state *state, const char *var); #endif /* __BAREBOX_STATE__ */ -- cgit v1.2.3