mirror_spl-debian/include/sys/processor.h
Brian Behlendorf 8e2140b770 Add 3 missing typedefs.
Add processorid_t, pc_t, index_t.
2010-05-14 09:42:53 -07:00

9 lines
148 B
C

#ifndef _SPL_PROCESSOR_H
#define _SPL_PROCESSOR_H
#define getcpuid() smp_processor_id()
typedef int processorid_t;
#endif /* _SPL_PROCESSOR_H */