XHCI volatile and memory barriers
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m24s
Build documentation / build-and-deploy (push) Successful in 2m30s

This commit is contained in:
2026-04-01 23:00:51 +02:00
parent 14ed21f772
commit 1a81a46803
4 changed files with 57 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
#ifndef _KERNEL_SYS_MEMORYBARRIER_H
#define _KERNEL_SYS_MEMORYBARRIER_H
#if defined(__x86_64__)
#include <amd64/memorybarrier.h>
#endif
#endif // _KERNEL_SYS_MEMORYBARRIER_H