Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Commit

Permalink
Custom Kext start with 0xA now
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Sep 18, 2014
1 parent 26b318d commit 11d2ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OZMTool/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define RUN_DEL_OZM_NREQ 2

/* KEXT CONVERSION */
#define MIN_KEXT_ID 0x9
#define MIN_KEXT_ID 0xA
#define MAX_KEXT_ID 0xF

#define ALIGN16(Value) (((Value)+15) & ~15)
Expand Down

0 comments on commit 11d2ead

Please sign in to comment.