summaryrefslogtreecommitdiff
path: root/include/vpu.h (plain)
blob: 26bd575e07f61b41bb0e191cb2bfc4fb10e38b7c
1#ifndef _VPU_INC_H_
2#define _VPU_INC_H_
3
4extern void vcbus_test(void);
5extern int vpu_probe(void);
6extern int vpu_remove(void);
7extern int vpu_clk_change(int level);
8extern void vpu_clk_get(void);
9extern void vpu_info_print(void);
10
11#endif
12