list.h: updated from advent of code repo

This commit is contained in:
2022-01-16 21:02:16 +01:00
parent 14f4304b94
commit 78d76a1add

View File

@@ -4,6 +4,7 @@
* Main change is that I don't use READ_ONCE and WRITE_ONCE * Main change is that I don't use READ_ONCE and WRITE_ONCE
* See https://www.kernel.org/doc/Documentation/memory-barriers.txt * See https://www.kernel.org/doc/Documentation/memory-barriers.txt
*/ */
#ifndef __BR_LIST_H #ifndef __BR_LIST_H
#define __BR_LIST_H #define __BR_LIST_H