linux/include/uapi/linux/dvb/osd.h

/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
/*
 * osd.h - DEPRECATED On Screen Display API
 *
 * NOTE: should not be used on future drivers
 *
 * Copyright (C) 2001 Ralph  Metzler <[email protected]>
 *                  & Marcus Metzler <[email protected]>
 *                    for convergence integrated media GmbH
 */

#ifndef _DVBOSD_H_
#define _DVBOSD_H_

#include <linux/compiler.h>

OSD_Command;

osd_cmd_t;

/* OSD_OpenRaw: set 'color' to desired window type */
osd_raw_window_t;

osd_cap_t;


#define OSD_SEND_CMD
#define OSD_GET_CAPABILITY

#endif