1284194Sdelphij
2284194Sdelphij#------------------------------------------------------------------------------
3284194Sdelphij# $File: efi,v 1.5 2014/04/30 21:41:02 christos Exp $
4284194Sdelphij# efi:  file(1) magic for Universal EFI binaries
5284194Sdelphij
6284194Sdelphij0	lelong	0x0ef1fab9
7284194Sdelphij>4	lelong	1		Universal EFI binary with 1 architecture
8284194Sdelphij>>&0	lelong	7		\b, i386
9284194Sdelphij>>&0	lelong	0x01000007	\b, x86_64
10284194Sdelphij>4	lelong	2		Universal EFI binary with 2 architectures
11284194Sdelphij>>&0	lelong	7		\b, i386
12284194Sdelphij>>&0	lelong	0x01000007	\b, x86_64
13284194Sdelphij>>&20	lelong	7		\b, i386
14284194Sdelphij>>&20	lelong	0x01000007	\b, x86_64
15284194Sdelphij>4	lelong	>2		Universal EFI binary with %d architectures
16