summaryrefslogtreecommitdiffstats
path: root/include/sys/systm.h
blob: 68bd9badfc5126cd6c3a90afdcee11e720646714 (plain)
1
2
3
4
5
6
7
8
#ifndef _SPL_SYSTM_H
#define _SPL_SYSTM_H

#include <sys/sunddi.h>

typedef uintptr_t pc_t;

#endif /* SPL_SYSTM_H */