Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
block_impl.hpp
Go to the documentation of this file.
1#ifndef __AHCI__BLOCK_IMPL_HPP__
2#define __AHCI__BLOCK_IMPL_HPP__
3
4#include "block/block.h"
5
6block_device_operations_t *satapi_ops_impl(int port);
7
8#endif // __AHCI__BLOCK_IMPL_HPP__
block_device_operations_t * satapi_ops_impl(int port)