blob: 3b1d9813bcb0c6aea2e99c4cc8a75a8f1e1007e7 [file] [log] [blame]
/*
* include/linux/amlogic/media/vout/hdmi_tx/hdmi_rptx.h
*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
#ifndef _HDMI_RPTX_H_
#define _HDMI_RPTX_H_
enum rptx_hdcp14_cmd {
RPTX_HDCP14_OFF,
RPTX_HDCP14_ON,
RPTX_HDCP14_GET_AUTHST,
};
extern void direct_hdcptx14_opr(enum rptx_hdcp14_cmd cmd, void *args);
#endif