mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
#define __FENNIX_KERNEL_DISK_H__
|
||||
|
||||
#include <types.h>
|
||||
#include <vector.hpp>
|
||||
#include <vector>
|
||||
|
||||
namespace Disk
|
||||
{
|
||||
|
Reference in New Issue
Block a user