xref: /linux/drivers/gpu/drm/loongson/loongson_module.h (revision c532de5a67a70f8533d495f8f2aaa9a0491c3ad0)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2023 Loongson Technology Corporation Limited
4  */
5 
6 #ifndef __LOONGSON_MODULE_H__
7 #define __LOONGSON_MODULE_H__
8 
9 extern int loongson_vblank;
10 extern struct pci_driver lsdc_pci_driver;
11 
12 #endif
13