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:
Bill Richardson
2010-05-27 12:27:32 -07:00
parent f5db4b86fa
commit d6ff721eb0
10 changed files with 126 additions and 84 deletions

View File

@@ -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. */