mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
15 lines
340 B
C
15 lines
340 B
C
/*
|
|
* PROJECT: Mke2fs
|
|
* FILE: Disk.h
|
|
* PROGRAMMER: Matt Wu <mattwu@163.com>
|
|
* HOMEPAGE: http://ext2.yeah.net
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/* INCLUDES **************************************************************/
|
|
|
|
#include "Stdafx.h"
|
|
|
|
/* DEFINITIONS ***********************************************************/
|