Use Uefi.h instead of PiDxe.h, because B0 defined in Protocol/DebugSupport.h conflict with the B0 macro defined in usr/include/bits/termios.h

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9011 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-07-27 02:38:31 +00:00
parent 99f6759411
commit cf4afc913e
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ Abstract:
#include <fcntl.h>
#include <errno.h>
#include "PiDxe.h"
//#include "PiDxe.h"
#include "Uefi.h"
#include <Protocol/SerialIo.h>
#include <Protocol/DevicePath.h>