xref: /linux/drivers/gpu/drm/loongson/loongson_module.h (revision a26267248628760d02e7d03534afc59dae0c9b40)
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