/* SPDX-License-Identifier: ISC */ /* Copyright (c) 2015 Qualcomm Atheros, Inc. * Copyright (c) 2018, The Linux Foundation. All rights reserved. */ /* This file contains the definitions for the boot loader * for the Qualcomm "Sparrow" 60 Gigabit wireless solution. */ #ifndef BOOT_LOADER_EXPORT_H_ #define BOOT_LOADER_EXPORT_H_ struct bl_dedicated_registers_v1 { … } __packed; /* the following struct is the version 0 struct */ struct bl_dedicated_registers_v0 { … } __packed; /* bits for bl_shutdown_handshake */ #define BL_SHUTDOWN_HS_GRTD … #define BL_SHUTDOWN_HS_RTD … #define BL_SHUTDOWN_HS_PROT_VER(x) … #endif /* BOOT_LOADER_EXPORT_H_ */