table of contents
other versions
CXL_AFU_FREE(3) | CXL Programmer's Manual | CXL_AFU_FREE(3) |
NAME¶
cxl_afu_free - free the data structures of an AFU handle
SYNOPSIS¶
#include <libcxl.h>
void cxl_afu_free(struct cxl_afu_h *afu);
DESCRIPTION¶
cxl_afu_free() frees the data structures and memory buffers of afu.
SEE ALSO¶
cxl(3), cxl_adapter_afu_next(3), cxl_afu_attach(3), cxl_afu_attach_full(3), cxl_afu_attach_work(3), cxl_afu_fd(3), cxl_afu_fd_to_h(3), cxl_afu_next(3), cxl_afu_open_dev(3), cxl_afu_open_h(3), cxl_afu_opened(3)
2017-05-24 | LIBCXL 1.5 |