WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
version.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 */
4#ifndef __VERSION_H__
5#define __VERSION_H__
6#include <stdint.h>
7uint32_t plat_get_rom_version(void);
8
9#endif
uint32_t plat_get_rom_version(void)