repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
include
/
nvkm
/
subdev
/
bios
/
npde.h
blob
f10f176a3323213c7bb5a9b95e5a9cedd3660782
1
/* SPDX-License-Identifier: MIT */
2
#ifndef __NVBIOS_NPDE_H__
3
#define __NVBIOS_NPDE_H__
4
struct
nvbios_npdeT
{
5
u32 image_size
;
6
bool
last
;
7
};
8
9
u32
nvbios_npdeTe
(
struct
nvkm_bios
*,
u32
);
10
u32
nvbios_npdeTp
(
struct
nvkm_bios
*,
u32
,
struct
nvbios_npdeT
*);
11
#endif