Removed referecnes to BSP specific files. Other corrections

will likely be needed in the efi332 BSP.
This commit is contained in:
Joel Sherrill
2000-03-21 21:35:47 +00:00
parent 776d6963ae
commit 96cf181204
2 changed files with 0 additions and 11 deletions

View File

@@ -41,10 +41,6 @@
#ifndef _QSM_H_
#define _QSM_H_
#include <efi332.h>
/* SAM-- shift and mask */
#undef SAM
#define SAM(a,b,c) ((a << b) & c)

View File

@@ -50,13 +50,6 @@
#define _SIM_H_
/*
* XXX Why is a generic file like this including a bsp specific file?
#include <efi332.h>
*/
/* SAM-- shift and mask */
#undef SAM
#define SAM(a,b,c) ((a << b) & c)