/* Copyright 2023 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef DT_BINDINGS_BUTTON_H_ #define DT_BINDINGS_BUTTON_H_ #define BUTTON_POWER 1 #define BUTTON_VOLUME_DOWN 2 #define BUTTON_VOLUME_UP 3 #define BUTTON_RECOVERY 4 #endif /* DT_BINDINGS_BUTTON_H_ */