mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
11 lines
314 B
C
11 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>
|