mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
19 lines
386 B
C
19 lines
386 B
C
/*
|
|
* PROJECT: Mke2fs
|
|
* FILE: Disk.h
|
|
* PROGRAMMER: Matt Wu <mattwu@163.com>
|
|
* HOMEPAGE: http://ext2.yeah.net
|
|
*/
|
|
|
|
#ifndef _DISK_H_
|
|
#define _DISK_H_
|
|
|
|
/* INCLUDES **************************************************************/
|
|
|
|
#include "Stdafx.h"
|
|
|
|
/* DEFINITIONS ***********************************************************/
|
|
|
|
|
|
|
|
#endif /* _DISK_H_ */
|