Sign in
third-party-mirror
/
u-boot
/
refs/heads/astro
/
.
/
include
/
vpp.h
blob: 279327de27114640ee916a10f713f6c5e1c28af4 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
_VPP_INC_H_
#define
_VPP_INC_H_
extern
void
vpp_init
(
void
);
void
vpp_pq_init
(
int
brightness
,
int
contrast
,
int
sat
,
int
hue
);
void
vpp_pq_load
(
void
);
#endif