162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * Copyright (C) 2005 Mike Isely <isely@pobox.com> 562306a36Sopenharmony_ci * Copyright (C) 2004 Aurelien Alleaume <slts@free.fr> 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef __PVRUSB2_ENCODER_H 962306a36Sopenharmony_ci#define __PVRUSB2_ENCODER_H 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_cistruct pvr2_hdw; 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciint pvr2_encoder_adjust(struct pvr2_hdw *); 1462306a36Sopenharmony_ciint pvr2_encoder_configure(struct pvr2_hdw *); 1562306a36Sopenharmony_ciint pvr2_encoder_start(struct pvr2_hdw *); 1662306a36Sopenharmony_ciint pvr2_encoder_stop(struct pvr2_hdw *); 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif /* __PVRUSB2_ENCODER_H */ 19