vivid-osd.h 381 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * vivid-osd.h - output overlay support functions.
  4. *
  5. * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  6. */
  7. #ifndef _VIVID_OSD_H_
  8. #define _VIVID_OSD_H_
  9. int vivid_fb_init(struct vivid_dev *dev);
  10. void vivid_fb_release_buffers(struct vivid_dev *dev);
  11. void vivid_clear_fb(struct vivid_dev *dev);
  12. #endif