brintos

brintos / linux-shallow public Read only

0
0
Text · 257 B · 8bb6de2 Raw
13 lines · c
1/* SPDX-License-Identifier: GPL-2.0+ */2/*3 * Copyright (C) 2023 Loongson Technology Corporation Limited4 */5 6#ifndef __LSDC_PROBE_H__7#define __LSDC_PROBE_H__8 9/* Helpers for chip detection */10unsigned int loongson_cpu_get_prid(u8 *impl, u8 *rev);11 12#endif13