blob: ea30569bb3f80944672df9ed07c7035e6eecc66c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* ========================================================
*
* NetBoot
* Copyright ZKA Technologies., all rights reserved.
*
* ========================================================
*/
#include <NetBoot.hxx>
#include <BootKit/BootKit.hxx>
EXTERN_C Int32 main(Kernel::HEL::HandoverInformationHeader* Handover)
{
return kEfiOk;
}
|