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