chromium/ui/events/ozone/evdev/touch_evdev_debug_buffer.h

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_EVENTS_OZONE_EVDEV_TOUCH_EVDEV_DEBUG_BUFFER_H_
#define UI_EVENTS_OZONE_EVDEV_TOUCH_EVDEV_DEBUG_BUFFER_H_

#include <linux/input.h>
#include <stddef.h>

#include <memory>
#include <string>
#include <vector>

#include "base/component_export.h"

#ifndef input_event_sec
#define input_event_sec
#define input_event_usec
#endif

namespace ui {

class EventDeviceInfo;

class COMPONENT_EXPORT(EVDEV) TouchEventLogEvdev {};

}  // namespace ui

#endif  // UI_EVENTS_OZONE_EVDEV_TOUCH_EVDEV_DEBUG_BUFFER_H_