Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / ui / events / ozone / evdev / keyboard_util_evdev.h
blob3460ff56e476328d2bc7974714febb88798f4b73
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef UI_EVENTS_OZONE_EVDEV_KEYBOARD_UTIL_EVDEV_H_
6 #define UI_EVENTS_OZONE_EVDEV_KEYBOARD_UTIL_EVDEV_H_
8 namespace ui {
10 int NativeCodeToEvdevCode(int native_code);
11 int EvdevCodeToNativeCode(int evdev_code);
13 } // namespace ui
15 #endif // UI_EVENTS_OZONE_EVDEV_KEYBOARD_UTIL_EVDEV_H_