summaryrefslogtreecommitdiff
path: root/nvkm/include/subdev/bios/bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/include/subdev/bios/bit.h')
-rw-r--r--nvkm/include/subdev/bios/bit.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/nvkm/include/subdev/bios/bit.h b/nvkm/include/subdev/bios/bit.h
deleted file mode 100644
index 73f060b07..000000000
--- a/nvkm/include/subdev/bios/bit.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __NVBIOS_BIT_H__
-#define __NVBIOS_BIT_H__
-
-struct bit_entry {
- u8 id;
- u8 version;
- u16 length;
- u16 offset;
-};
-
-int bit_entry(struct nouveau_bios *, u8 id, struct bit_entry *);
-
-#endif