We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97c9c6 commit 21fe19dCopy full SHA for 21fe19d
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