1
0
Fork 0
android_kernel_rockchip_tart/drivers/gpu/drm/loongson/lsdc_probe.h
2025-06-27 00:32:42 -05:00

12 lines
257 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2023 Loongson Technology Corporation Limited
*/
#ifndef __LSDC_PROBE_H__
#define __LSDC_PROBE_H__
/* Helpers for chip detection */
unsigned int loongson_cpu_get_prid(u8 *impl, u8 *rev);
#endif