forked from Imagelibrary/rtems
Removed referecnes to BSP specific files. Other corrections
will likely be needed in the efi332 BSP.
This commit is contained in:
@@ -41,10 +41,6 @@
|
|||||||
#ifndef _QSM_H_
|
#ifndef _QSM_H_
|
||||||
#define _QSM_H_
|
#define _QSM_H_
|
||||||
|
|
||||||
|
|
||||||
#include <efi332.h>
|
|
||||||
|
|
||||||
|
|
||||||
/* SAM-- shift and mask */
|
/* SAM-- shift and mask */
|
||||||
#undef SAM
|
#undef SAM
|
||||||
#define SAM(a,b,c) ((a << b) & c)
|
#define SAM(a,b,c) ((a << b) & c)
|
||||||
|
|||||||
@@ -50,13 +50,6 @@
|
|||||||
#define _SIM_H_
|
#define _SIM_H_
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* XXX Why is a generic file like this including a bsp specific file?
|
|
||||||
|
|
||||||
#include <efi332.h>
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/* SAM-- shift and mask */
|
/* SAM-- shift and mask */
|
||||||
#undef SAM
|
#undef SAM
|
||||||
#define SAM(a,b,c) ((a << b) & c)
|
#define SAM(a,b,c) ((a << b) & c)
|
||||||
|
|||||||
Reference in New Issue
Block a user