![]() |
|
|||
0001 /* SPDX-License-Identifier: MIT */ 0002 #ifndef __NVBIOS_BIT_H__ 0003 #define __NVBIOS_BIT_H__ 0004 struct bit_entry { 0005 u8 id; 0006 u8 version; 0007 u16 length; 0008 u16 offset; 0009 }; 0010 0011 int bit_entry(struct nvkm_bios *, u8 id, struct bit_entry *); 0012 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |