aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/xgi/common/vb_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/xgi/common/vb_util.h')
-rw-r--r--src/drivers/xgi/common/vb_util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/drivers/xgi/common/vb_util.h b/src/drivers/xgi/common/vb_util.h
deleted file mode 100644
index d6d2bcafa8..0000000000
--- a/src/drivers/xgi/common/vb_util.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/* File taken from the Linux xgifb driver (v3.18.5) */
-
-#ifndef _VBUTIL_
-#define _VBUTIL_
-extern void xgifb_reg_set(unsigned long, u8, u8);
-extern u8 xgifb_reg_get(unsigned long, u8);
-extern void xgifb_reg_or(unsigned long, u8, unsigned int);
-extern void xgifb_reg_and(unsigned long, u8, unsigned int);
-extern void xgifb_reg_and_or(unsigned long, u8, unsigned int, unsigned int);
-#endif