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

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

#endif /* __BAREBOX_STATE__ */