Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Feb 10-13, 2025
Register
Loading...
Note: File does not exist in v3.1.
 1/* SPDX-License-Identifier: GPL-2.0+ */
 2/*
 3 * Copyright (C) 2023 Loongson Technology Corporation Limited
 4 */
 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#endif