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

Commit f7111ceb authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC]: sparc32 needs PROMDEV_{I,O}RSC defines too.

parent 0f36b018
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -164,6 +164,7 @@ enum prom_input_device {
	PROMDEV_IKBD,			/* input from keyboard */
	PROMDEV_ITTYA,			/* input from ttya */
	PROMDEV_ITTYB,			/* input from ttyb */
	PROMDEV_IRSC,			/* input from rsc */
	PROMDEV_I_UNK,
};

@@ -175,6 +176,7 @@ enum prom_output_device {
	PROMDEV_OSCREEN,		/* to screen */
	PROMDEV_OTTYA,			/* to ttya */
	PROMDEV_OTTYB,			/* to ttyb */
	PROMDEV_ORSC,			/* to rsc */
	PROMDEV_O_UNK,
};