diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-10 16:48:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-10 16:48:51 -0700 |
commit | b9157b3f6520f46e788157fbfe9753b209efe9b7 (patch) | |
tree | 80d72e25837f3b569734ba476df84d3462617e29 /includes | |
parent | 7db082583f72598e2118553faf1ba3206d7c3ee7 (diff) | |
parent | 4827b88fa34807425640d2a9f07bbf4ac4119ab3 (diff) |
Merge branch 'master' into usb3
Diffstat (limited to 'includes')
-rw-r--r-- | includes/dt_util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/dt_util.h b/includes/dt_util.h index 0c5dcfa8..bec9af1c 100644 --- a/includes/dt_util.h +++ b/includes/dt_util.h @@ -86,12 +86,6 @@ const char *dtr_find_device_tree_root(void); /* write to the message log */ void dtr_msg(dtr *s, char *fmt, ...); -#define sp_sep(STR) (strlen(STR) ? " " : "") -/* appends an element to a string, adding a space if - * the string is not empty. - * ex: ret = appf(ret, "%s=%s\n", name, value); */ -char *appf(char *src, char *fmt, ...); - /* operating-points v0,v1,v2 */ typedef struct { uint32_t version; /* opp version, 0 = clock-frequency only */ |