Files
mop3/kernel/sys/memorybarrier.h
kamkow1 1a81a46803
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m24s
Build documentation / build-and-deploy (push) Successful in 2m30s
XHCI volatile and memory barriers
2026-04-01 23:00:51 +02:00

9 lines
176 B
C

#ifndef _KERNEL_SYS_MEMORYBARRIER_H
#define _KERNEL_SYS_MEMORYBARRIER_H
#if defined(__x86_64__)
#include <amd64/memorybarrier.h>
#endif
#endif // _KERNEL_SYS_MEMORYBARRIER_H