Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(775)

Unified Diff: firmware/include/sysincludes.h

Issue 2815011: Remove unused files, and tidy the directory structure of the remaining ones. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « firmware/include/rollback_index.h ('k') | firmware/include/tlcl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/include/sysincludes.h
diff --git a/vboot_firmware/include/sysincludes.h b/firmware/include/sysincludes.h
similarity index 76%
rename from vboot_firmware/include/sysincludes.h
rename to firmware/include/sysincludes.h
index 5717251800a5a6cd98dc80504ef5d0477bc7b502..758e5820a2f860e9a9a5bf51390b42d517c02b7f 100644
--- a/vboot_firmware/include/sysincludes.h
+++ b/firmware/include/sysincludes.h
@@ -4,12 +4,13 @@
*/
/* System includes for vboot reference library. This is the ONLY
- * place in vboot_firmware where system headers may be included via
+ * place in firmware/ where system headers may be included via
* #include <...>, so that there's only one place that needs to be
* fixed up for platforms which don't have all the system includes.
*
- * Stub files may still include system headers, because they're local
- * implementations and will be ported to each system anyway. */
+ * Files in firmware/stub may still include system headers, because
+ * they're local implementations and will be ported to each system
+ * anyway. */
#ifndef VBOOT_REFERENCE_SYSINCLUDES_H_
#define VBOOT_REFERENCE_SYSINCLUDES_H_
« no previous file with comments | « firmware/include/rollback_index.h ('k') | firmware/include/tlcl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698