repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
subdev
/
bios
/
bit.h
blob
d068586f3263e9adcb9f4e4dc8aee050573ce515
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __NVBIOS_BIT_H__
3
#define __NVBIOS_BIT_H__
4
struct
bit_entry
{
5
u8 id
;
6
u8 version
;
7
u16 length
;
8
u16 offset
;
9
};
10
11
int
bit_entry
(
struct
nvkm_bios
*,
u8 id
,
struct
bit_entry
*);
12
#endif