blob: 45912649fc985d91b4ec24d2bebb8601d76d57f0 [file] [log] [blame]
leng.fang07ca08d2023-05-08 07:33:53 +00001
2#ifndef UVM_H
3#define UVM_H
4
5__BEGIN_DECLS
6
7int setPid(int pid);
8int commitDisplay(const int fd, const int commit);
9int32_t attachUvmBuffer(int bufferFd);
10int32_t dettachUvmBuffer(int bufferFd);
11int32_t getVideoType(int bufferFd);
12
13__END_DECLS
14
15#endif