Release 2.2.0
[deb_libcec.git] / src / lib / adapter / Exynos / ExynosCECAdapterDetection.h
CommitLineData
5b6d8032
VM
1#pragma once
2/*
3 * This file is part of the libCEC(R) library.
4 *
5 * libCEC Exynos Code is Copyright (C) 2014 Valentin Manea
6 * libCEC(R) is Copyright (C) 2011-2013 Pulse-Eight Limited. All rights reserved.
7 * libCEC(R) is an original work, containing original code.
8 *
9 * libCEC(R) is a trademark of Pulse-Eight Limited.
10 *
11 * This program is dual-licensed; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24 *
25 *
26 * Alternatively, you can license this library under a commercial license,
27 * please contact Pulse-Eight Licensing for more information.
28 *
29 * For more information contact:
30 * Pulse-Eight Licensing <license@pulse-eight.com>
31 * http://www.pulse-eight.com/
32 * http://www.pulse-eight.net/
33 */
34
35namespace CEC
36{
37 class CExynosCECAdapterDetection
38 {
39 public:
40 static bool FindAdapter(void);
41 };
42}