We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d826ca commit 98589e6Copy full SHA for 98589e6
1 file changed
bsp/raspberry-pi/raspi2/cpu/cpuport.h
@@ -0,0 +1,12 @@
1
+#ifndef CPUPORT_H__
2
+#define CPUPORT_H__
3
+
4
+typedef union {
5
+ unsigned long slock;
6
+ struct __arch_tickets {
7
+ unsigned short owner;
8
+ unsigned short next;
9
+ } tickets;
10
+} rt_hw_spinlock_t;
11
12
+#endif /*CPUPORT_H__*/
0 commit comments