061606918f53baad34cc2dc51e11ba5fc6486b31
[reactos.git] / reactos / boot / environ / lib / mm / descriptor.c
1 /*
2 * COPYRIGHT: See COPYING.ARM in the top level directory
3 * PROJECT: ReactOS UEFI Boot Library
4 * FILE: boot/environ/lib/mm/descriptor.c
5 * PURPOSE: Boot Library Memory Manager Descriptor Manager
6 * PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org)
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 #include "bl.h"
12
13 /* DATA VARIABLES ************************************************************/
14
15
16 /* FUNCTIONS *****************************************************************/
17
18 NTSTATUS
19 MmMdInitialize (
20 _In_ ULONG Phase,
21 _In_ PBL_LIBRARY_PARAMETERS LibraryParameters
22 )
23 {
24 EarlyPrint(L"Md init\n");
25 return STATUS_NOT_IMPLEMENTED;
26 }