git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kernel - Added 'Flags' param to VFS Read/Write/FindDir
[tpg/acess2.git]
/
KernelLand
/
Modules
/
Display
/
VIAVideo
/
common.h
1
/*
2
*/
3
#ifndef _VIAVIDEO__COMMON_H_
4
#define _VIAVIDEO__COMMON_H_
5
6
typedef struct sVIAVideo_Dev tVIAVideo_Dev;
7
8
struct sVIAVideo_Dev
9
{
10
tPAddr FramebufferPhys;
11
tPAddr MMIOPhys;
12
13
void *Framebuffer;
14
Uint8 *MMIO;
15
16
tDrvUtil_Video_BufInfo BufInfo;
17
18
size_t FBSize;
19
};
20
21
#endif
22
UCC
git Repository :: git.ucc.asn.au