mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 08:54:31 -08:00
Add GPT partition handling as virtual block devices
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
/// \file block_device.h
|
||||
/// Interface definition for block devices
|
||||
#include <stddef.h>
|
||||
|
||||
/// Interface for block devices
|
||||
class block_device
|
||||
|
||||
Reference in New Issue
Block a user