18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * vivid-osd.h - output overlay support functions.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _VIVID_OSD_H_
98c2ecf20Sopenharmony_ci#define _VIVID_OSD_H_
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciint vivid_fb_init(struct vivid_dev *dev);
128c2ecf20Sopenharmony_civoid vivid_fb_release_buffers(struct vivid_dev *dev);
138c2ecf20Sopenharmony_civoid vivid_clear_fb(struct vivid_dev *dev);
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif
16