// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DEVICE_GAMEPAD_UDEV_GAMEPAD_LINUX_H_ #define DEVICE_GAMEPAD_UDEV_GAMEPAD_LINUX_H_ #include <memory> #include <string> #include <string_view> extern "C" { struct udev_device; } namespace device { class UdevGamepadLinux { … }; } // namespace device #endif // DEVICE_GAMEPAD_UDEV_GAMEPAD_LINUX_H_