Home | History | Annotate | Line # | Download | only in protocol
intload.h revision 1.1.1.1.4.2
      1  1.1.1.1.4.2  rmind /*	$NetBSD: intload.h,v 1.1.1.1.4.2 2014/05/18 17:46:03 rmind Exp $	*/
      2  1.1.1.1.4.2  rmind 
      3  1.1.1.1.4.2  rmind /*++
      4  1.1.1.1.4.2  rmind 
      5  1.1.1.1.4.2  rmind Copyright (c) 1999 Intel Corporation
      6  1.1.1.1.4.2  rmind 
      7  1.1.1.1.4.2  rmind Module Name:
      8  1.1.1.1.4.2  rmind 
      9  1.1.1.1.4.2  rmind     intload
     10  1.1.1.1.4.2  rmind 
     11  1.1.1.1.4.2  rmind Abstract:
     12  1.1.1.1.4.2  rmind 
     13  1.1.1.1.4.2  rmind     EFI support for loading internally linked in apps
     14  1.1.1.1.4.2  rmind 
     15  1.1.1.1.4.2  rmind 
     16  1.1.1.1.4.2  rmind 
     17  1.1.1.1.4.2  rmind Revision History
     18  1.1.1.1.4.2  rmind 
     19  1.1.1.1.4.2  rmind --*/
     20  1.1.1.1.4.2  rmind 
     21  1.1.1.1.4.2  rmind #ifndef _INTERNAL_LOAD_INCLUDE_
     22  1.1.1.1.4.2  rmind #define _INTERNAL_LOAD_INCLUDE_
     23  1.1.1.1.4.2  rmind 
     24  1.1.1.1.4.2  rmind // {D65A6B8C-71E5-4df0-A909-F0D2992B5AA9}
     25  1.1.1.1.4.2  rmind #define INTERNAL_SHELL_GUID \
     26  1.1.1.1.4.2  rmind     { 0xd65a6b8c, 0x71e5, 0x4df0, {0xa9, 0x09, 0xf0, 0xd2, 0x99, 0x2b, 0x5a, 0xa9} }
     27  1.1.1.1.4.2  rmind 
     28  1.1.1.1.4.2  rmind 
     29  1.1.1.1.4.2  rmind #endif
     30