commit | 3889013693b59d01335b58d381976ac248b27029 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:03 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:31 2025 +0100 |
tree | 86b85edc452fc6efef46b3a37dfd63d04dec2a3b | |
parent | 6651e941d5df05b03fbabb92c21fa7f90bec1aa3 [diff] |
abuf: Add a function to copy a buffer It is useful to be able to copy an abuf, to allow changes while preserving the original. Add a function for this. Signed-off-by: Simon Glass <sjg@chromium.org>