diff options
author | Burt P <pburt0@gmail.com> | 2018-10-02 17:27:43 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-10-22 19:45:03 -0700 |
commit | 33990da876a235f92dfb43be5a05e85adf930ff9 (patch) | |
tree | 28da3ba04ebbff55484f0bdf05f88562cb6fb790 /includes/dt_util.h | |
parent | 61ffa17d01ef8668def03e15c33d1bd0dc9be93e (diff) |
devicetree/opp-v2 requested changes
Requested by @lpereira in #286.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/dt_util.h')
-rw-r--r-- | includes/dt_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dt_util.h b/includes/dt_util.h index 62b215fc..5f2f3233 100644 --- a/includes/dt_util.h +++ b/includes/dt_util.h @@ -99,6 +99,7 @@ typedef struct { uint32_t clock_latency_ns; } dt_opp_range; +/* free result with g_free() */ dt_opp_range *dtr_get_opp_range(dtr *, const char *name); #endif |