Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 534a2610 authored by Simon Sandström's avatar Simon Sandström Committed by Greg Kroah-Hartman
Browse files

staging: pi433: Move enum option_on_off to pi433_if.h



The enum is now only used for ioctl, so move it pi433_if.h.

Signed-off-by: default avatarSimon Sandström <simon@nikanor.nu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c5a5bd6b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@

/*---------------------------------------------------------------------------*/

enum option_on_off {
	OPTION_OFF,
	OPTION_ON
};

/* IOCTL structs and commands */

/**
+0 −5
Original line number Diff line number Diff line
@@ -18,11 +18,6 @@
#ifndef RF69_ENUM_H
#define RF69_ENUM_H

enum option_on_off {
	OPTION_OFF,
	OPTION_ON
};

enum mode {
	mode_sleep,
	standby,