1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 16:36:18 +04:00
rCore/riscv-pk/machine/disabled_hart_mask.h
2018-07-04 16:22:20 +08:00

5 lines
97 B
C

#ifndef DISABLED_HART_MASK_H
#define DISABLED_HART_MASK_H
extern long disabled_hart_mask;
#endif