Sort out the current file inclusion relationship of uadk, and adjust the inclusion order of some header files.
Changes v2 -> v3: Update file relationship diagram
Changes v1 -> v2: adjust the content of wd_alg_common.h
liulongfang (3): uadk: Remove duplicate header files uadk: adjust header file include logic uadk: adjust the position of some functions
Makefile.am | 6 +- docs/uadk_file_relationship.svg | 3 + drv/hisi_comp.c | 1 - drv/hisi_sec.c | 4 - include/drv/wd_aead_drv.h | 3 +- include/drv/wd_cipher_drv.h | 4 +- include/drv/wd_comp_drv.h | 4 +- include/drv/wd_dh_drv.h | 3 +- include/drv/wd_digest_drv.h | 3 +- include/drv/wd_ecc_drv.h | 2 +- include/drv/wd_rsa_drv.h | 1 + include/hisi_qm_udrv.h | 3 +- include/wd.h | 186 +++++++++----------------------- include/wd_aead.h | 2 - include/wd_alg_common.h | 66 +----------- include/wd_cipher.h | 1 - include/wd_common.h | 16 ++- include/wd_comp.h | 1 - include/wd_dh.h | 5 - include/wd_digest.h | 1 - include/wd_ecc.h | 1 - include/wd_rsa.h | 4 - include/wd_util.h | 156 ++++++++++++++++++++++++++- libwd.map | 10 -- wd.c | 136 +---------------------- wd_aead.c | 1 - wd_cipher.c | 1 - wd_comp.c | 2 - wd_dh.c | 2 - wd_digest.c | 1 - wd_ecc.c | 1 - wd_rsa.c | 3 +- wd_util.c | 129 +++++++++++++++++++++- 33 files changed, 367 insertions(+), 395 deletions(-) create mode 100644 docs/uadk_file_relationship.svg