diff options
Diffstat (limited to 'include/sys/systm.h')
-rw-r--r-- | include/sys/systm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/systm.h b/include/sys/systm.h index 1fb367a9b..68bd9badf 100644 --- a/include/sys/systm.h +++ b/include/sys/systm.h @@ -3,4 +3,6 @@ #include <sys/sunddi.h> +typedef uintptr_t pc_t; + #endif /* SPL_SYSTM_H */ |