Files
kernel_common_drivers/include/linux/amlogic/cpu_info.h
T
wanwei.jiang 7eaa5e3d6c cpuinfo: porting cpuinfo driver [1/2]
PD#SWPL-67677

Problem:
porting cpuinfo driver

Solution:
porting cpuinfo driver

Verify:
s4d

Change-Id: I2e137208d4ded6143d288c1ea9f1bf481e84f019
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
2021-12-15 15:59:07 +08:00

13 lines
253 B
C

/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef __CPU_INFO_H_
#define __CPU_INFO_H_
#define CHIPID_LEN 16
void cpuinfo_get_chipid(unsigned char *cid, unsigned int size);
#endif