2012-07-10 00:49:22 +00:00
|
|
|
#ifndef __NVBIOS_BIT_H__
|
|
|
|
#define __NVBIOS_BIT_H__
|
|
|
|
struct bit_entry {
|
|
|
|
u8 id;
|
|
|
|
u8 version;
|
|
|
|
u16 length;
|
|
|
|
u16 offset;
|
|
|
|
};
|
|
|
|
|
2015-01-14 04:40:03 +00:00
|
|
|
int bit_entry(struct nvkm_bios *, u8 id, struct bit_entry *);
|
2012-07-10 00:49:22 +00:00
|
|
|
#endif
|