Commit 5350066
fw_if: do not redefine MIN
Add an ifndef guard to avoid redefining MIN, similarly to how it's
already done for ARRAY_SIZE. This prevents potential collisions with the
upstream MIN depending on the include order.
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>1 parent acb24fe commit 5350066
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments