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