Sign in
third-party-mirror
/
u-boot
/
33c45b3fa76c5c15bb28c00d81790d7044df88cf
/
.
/
include
/
amlogic
/
media
/
vpu
/
vpu.h
blob: 26bd575e07f61b41bb0e191cb2bfc4fb10e38b7c [
file
] [
log
] [
blame
]
#ifndef
_VPU_INC_H_
#define
_VPU_INC_H_
extern
void
vcbus_test
(
void
);
extern
int
vpu_probe
(
void
);
extern
int
vpu_remove
(
void
);
extern
int
vpu_clk_change
(
int
level
);
extern
void
vpu_clk_get
(
void
);
extern
void
vpu_info_print
(
void
);
#endif