mirror of
https://github.com/opnsense/src.git
synced 2026-03-13 06:02:46 -04:00
8 lines
148 B
C
8 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 */
|