Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46405
b: refs/heads/master
c: 987c21a
h: refs/heads/master
i:
  46403: fd7b719
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Feb 3, 2007
1 parent edd4010 commit 3f22e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c9626bade13de3f160f0926455328650045d6cd
refs/heads/master: 987c21a0b0081d480ec3cd04875509cdc10e15e7
1 change: 1 addition & 0 deletions trunk/include/acpi/acmacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 3f22e35

Please sign in to comment.