* Copyright (c) Huawei Technologies Co., Ltd. 2025. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef PBL_DEV_IDENTITY_H
#define PBL_DEV_IDENTITY_H
#define HISI_MINI_V1 0
#define HISI_CLOUD_V1 1
#define HISI_MINI_V2 2
#define HISI_CLOUD_V2 3
#define HISI_MINI_V3 4
#define HISI_RESERVED_1 5
#define HISI_CLOUD_V4 6
#define HISI_CLOUD_V5 7
#define HISI_RESERVED_2 8
#define HISI_CHIP_NUM 9
#define HISI_CHIP_UNKNOWN 10
#endif