summaryrefslogtreecommitdiffstats
path: root/src/barebox-state.h
blob: bd89cf48c6a3513427e76b9221f838d97723ce04 (plain)
1
2
3
4
5
6
7
#ifndef __BAREBOX_STATE__
#define __BAREBOX_STATE__

struct state *state_get(const char *name, bool readonly, bool auth);
char *state_get_var(struct state *state, const char *var);

#endif /* __BAREBOX_STATE__ */