#ifndef __NVFW_ACR_H__ #define __NVFW_ACR_H__ struct wpr_header { … }; void wpr_header_dump(struct nvkm_subdev *, const struct wpr_header *); struct wpr_header_v1 { … }; void wpr_header_v1_dump(struct nvkm_subdev *, const struct wpr_header_v1 *); struct wpr_generic_header { … }; struct wpr_header_v2 { … }; void wpr_header_v2_dump(struct nvkm_subdev *, const struct wpr_header_v2 *); struct lsf_signature { … }; struct lsf_signature_v1 { … }; struct lsb_header_tail { … }; struct lsb_header { … }; void lsb_header_dump(struct nvkm_subdev *, struct lsb_header *); struct lsb_header_v1 { … }; void lsb_header_v1_dump(struct nvkm_subdev *, struct lsb_header_v1 *); struct lsb_header_v2 { … }; void lsb_header_v2_dump(struct nvkm_subdev *, struct lsb_header_v2 *); struct flcn_acr_desc { … }; void flcn_acr_desc_dump(struct nvkm_subdev *, struct flcn_acr_desc *); struct flcn_acr_desc_v1 { … }; void flcn_acr_desc_v1_dump(struct nvkm_subdev *, struct flcn_acr_desc_v1 *); #endif