13 lines
249 B
C
13 lines
249 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (C) 2023 Loongson Technology Corporation Limited
|
||
|
*/
|
||
|
|
||
|
#ifndef __LOONGSON_MODULE_H__
|
||
|
#define __LOONGSON_MODULE_H__
|
||
|
|
||
|
extern int loongson_vblank;
|
||
|
extern struct pci_driver lsdc_pci_driver;
|
||
|
|
||
|
#endif
|