1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (C) 2018 MediaTek Inc. 4 */ 5 6 #ifndef __MEDIATEK_MISC_H_ 7 #define __MEDIATEK_MISC_H_ 8 9 #define VER_BASE 0x08000000 10 #define VER_SIZE 0x10 11 12 #define APHW_CODE 0x00 13 #define APHW_SUBCODE 0x04 14 #define APHW_VER 0x08 15 #define APSW_VER 0x0c 16 17 #endif /* __MEDIATEK_MISC_H_ */ 18