-/* $OpenBSD: atomic.h,v 1.7 2022/03/10 14:12:40 bluhm Exp $ */
+/* $OpenBSD: atomic.h,v 1.8 2022/03/11 19:02:15 bluhm Exp $ */
/*
* Copyright (c) 2014 David Gwynne <dlg@openbsd.org>
* Copyright (c) 2022 Alexander Bluhm <bluhm@openbsd.org>
* atomic_load_* - read from memory
*/
-static void membar_datadep_consumer(void);
+static inline void membar_datadep_consumer(void);
static inline unsigned int
atomic_load_int(volatile unsigned int *p)