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; }