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