/* * Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope 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. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /* * This header provides constants for binding extcon cables. * */ #ifndef __DT_BINDINGS_EXTCON_CONNECTION_H__ #define __DT_BINDINGS_EXTCON_CONNECTION_H__ #define EXTCON_NONE 0 #define EXTCON_USB 1 #define EXTCON_USB_HOST 2 #define EXTCON_AC_ADAPTOR 74 #endif /* __DT_BINDINGS_EXTCON_CONNECTION_H__ */