mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
12 lines
314 B
C
12 lines
314 B
C
|
/*
|
||
|
* COPYRIGHT: See COPYING in the top level directory
|
||
|
* PROJECT: BtrFS FSD for ReactOS
|
||
|
* FILE: drivers/filesystems/btrfs/guid.c
|
||
|
* PURPOSE: GUID glue
|
||
|
* PROGRAMMERS: Pierre Schweitzer <pierre@reactos.org>
|
||
|
*/
|
||
|
|
||
|
#include <ntifs.h>
|
||
|
#include <initguid.h>
|
||
|
#include <ntddstor.h>
|