#ifndef __NVFW_SEC2_H__ #define __NVFW_SEC2_H__ struct nv_sec2_args { … }; #define NV_SEC2_UNIT_INIT … #define NV_SEC2_UNIT_UNLOAD … #define NV_SEC2_UNIT_ACR … struct nv_sec2_init_msg { … }; struct nv_sec2_init_msg_v1 { … }; struct nv_sec2_acr_cmd { … }; struct nv_sec2_acr_msg { … }; struct nv_sec2_acr_bootstrap_falcon_cmd { … }; struct nv_sec2_acr_bootstrap_falcon_msg { … }; #define NV_SEC2_UNIT_V2_INIT … #define NV_SEC2_UNIT_V2_UNLOAD … #define NV_SEC2_UNIT_V2_ACR … struct nv_sec2_acr_bootstrap_falcon_cmd_v1 { … }; struct nv_sec2_acr_bootstrap_falcon_msg_v1 { … }; #endif