Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
linux
/
amlogic
/
meson_display
/
07ca08d5399e10a63ac6e2eb5392e18b4d0708f1
/
.
/
libuvm
/
include
/
Uvm.h
blob: 45912649fc985d91b4ec24d2bebb8601d76d57f0 [
file
] [
log
] [
blame
]
#ifndef
UVM_H
#define
UVM_H
__BEGIN_DECLS
int
setPid
(
int
pid
);
int
commitDisplay
(
const
int
fd
,
const
int
commit
);
int32_t
attachUvmBuffer
(
int
bufferFd
);
int32_t
dettachUvmBuffer
(
int
bufferFd
);
int32_t
getVideoType
(
int
bufferFd
);
__END_DECLS
#endif