hyperion.ng/include/cec/CECEvent.h
Murat Seker c124e2136a
Feature/CEC detection (#877)
* Add CEC functionality

* Initial commit

* removed libCEC from the system skip list

Co-authored-by: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com>
2020-07-20 20:06:41 +02:00

9 lines
64 B
C

#pragma once
enum class CECEvent
{
On,
Off
};