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

Commit 987c21a0 authored by Bob Moore's avatar Bob Moore Committed by Len Brown
Browse files

ACPICA: Add ACPI_MAX macro

parent 7c9626ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
#define ACPI_SET_BIT(target,bit)        ((target) |= (bit))
#define ACPI_CLEAR_BIT(target,bit)      ((target) &= ~(bit))
#define ACPI_MIN(a,b)                   (((a)<(b))?(a):(b))
#define ACPI_MAX(a,b)                   (((a)>(b))?(a):(b))

/* Size calculation */