blob: 2530e78a5f11a08b3dffdf3bb3cc4a7933514e39 [file] [log] [blame]
developerf4a079c2018-11-15 10:07:52 +08001/* 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_ */