dm: Add Hardware Spinlock class
[oweals/u-boot.git] / arch / sandbox / include / asm / state.h
index 5a1448510251d55297def6c7036a06055d377208..c724827f6cf1269df4c7fa9f6c9d23199a6ae139 100644 (file)
@@ -101,6 +101,7 @@ struct sandbox_state {
 
        ulong next_tag;                 /* Next address tag to allocate */
        struct list_head mapmem_head;   /* struct sandbox_mapmem_entry */
+       bool hwspinlock;                /* Hardware Spinlock status */
 };
 
 /* Minimum space we guarantee in the state FDT when calling read/write*/