forked from xt-sys/exectos
Implement BlGetVolumeDevicePath() and BlpDissectVolumeArcPath()
This commit is contained in:
19
sdk/xtdk/rtltypes.h
Normal file
19
sdk/xtdk/rtltypes.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: sdk/xtdk/rtltypes.h
|
||||
* DESCRIPTION: Runtime library structures definitions
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#ifndef __XTDK_RTLTYPES_H
|
||||
#define __XTDK_RTLTYPES_H
|
||||
|
||||
#include "xttypes.h"
|
||||
|
||||
|
||||
/* UUID string lengths */
|
||||
#define GUID_STRING_LENGTH 38
|
||||
#define PARTUUID_STRING_LENGTH 13
|
||||
|
||||
#endif /* __XTDK_RTLTYPES_H */
|
Reference in New Issue
Block a user