mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 02:35:22 +00:00
StatefulMem* functions should be library functions.
We want the BIOS to implement the stub functions, but that shouldn't include our StatefulMem* functions. Also, we ensure that we don't accidently use native linux functions instead of the stub functions. Review URL: http://codereview.chromium.org/2255006
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "kernel_blob.h"
|
||||
#include "rollback_index.h"
|
||||
#include "signature_digest.h"
|
||||
#include "utility.h"
|
||||
#include "stateful_util.h"
|
||||
|
||||
/* Macro to determine the size of a field structure in the KernelImage
|
||||
* structure. */
|
||||
|
||||
Reference in New Issue
Block a user