mirror of
https://git.proxmox.com/git/mirror_spl-debian
synced 2025-10-05 00:31:45 +00:00
9 lines
148 B
C
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 */
|