summaryrefslogtreecommitdiff
path: root/spinlock.h
blob: bc84a581a4b396f3a0ce3ee2ebd159a715492beb (plain)
1
2
3
4
struct spinlock {
  unsigned int locked;
  unsigned locker_pc;
};