summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/NetBoot/EfiModule.cxx
blob: a0ce13a569cd8ec576b911c151d29266a80e54e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *	========================================================
 *
 *	NetBoot
 * 	Copyright Mahrouss Logic, all rights reserved.
 *
 * 	========================================================
 */

#include <EFIKit/Api.hxx>
#include <EFIKit/EFI.hxx>

extern "C" Int32 EfiMain(EfiHandlePtr handle, EfiSystemTable* SystemTable) {
  return kEfiOk;
}