
1 Feb
2022
1 Feb
'22
6:29 p.m.
Hi Fabio,
On 2022-01-31 17:55, Fabio Estevam wrote:
Hi Angus,
On Mon, Jan 17, 2022 at 5:43 PM Angus Ainslie angus@akkea.ca wrote:
--- /dev/null +++ b/include/dt-bindings/rfkill/rfkill.h @@ -0,0 +1,21 @@ +/* SPDX-License-Identifier: GPL-2.0-only or MIT */ +/*
- This header provides constants for rfkill keys bindings.
- */
+#ifndef _DT_BINDINGS_RFKILL_H +#define _DT_BINDINGS_RFKILL_H
+#define RFKILL_ALL 0 +#define RFKILL_WLAN 1
I don't see this fine in the mainline kernel.
Sorry I grabbed that from our tree.
Angus