Home | History | Annotate | Line # | Download | only in mips64el
      1 /*	$NetBSD: efilibplat.h,v 1.1.1.1 2018/08/16 18:17:47 jmcneill Exp $	*/
      2 
      3 /*++
      4 
      5 Copyright (c) 1998  Intel Corporation
      6 
      7 Module Name:
      8 
      9     efilibplat.h
     10 
     11 Abstract:
     12 
     13     EFI to compile bindings
     14 
     15 
     16 
     17 
     18 Revision History
     19 
     20 --*/
     21 
     22 VOID
     23 InitializeLibPlatform (
     24     IN EFI_HANDLE           ImageHandle,
     25     IN EFI_SYSTEM_TABLE     *SystemTable
     26     );
     27 
     28