blob: 33d56a54a8d6e7a2e77ce90382f86ae094d5addb [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef __DOLBY_FW_ASM_H__
#define __DOLBY_FW_ASM_H__
#define DOLBY_FW_SIGNATURE 0x82000052
#define DOLBY_FW_DECRYPT 0x82000053
#define DOLBY_FW_VERIFY_UPDATE 0x82000054
#define DOLBY_FW_VERIFY_FINAL 0x82000055
#define DOLBY_FW_GET_SESSION_ID 0x82000056
#define DOLBY_FW_VERIFY_LIB_RESP 0x82000057
#define DOLBY_FW_AUDIO_LICENSE_QUERY 0x82000058
#define DOLBY_FW_CRITICAL_DATA_QUERY 0x82000059
#define DOLBY_FW_VERIFY_CRITICAL 0x8200005A
#endif