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

Unified Diff: ppapi/nacl_irt/public/irt_nonsfi.h

Issue 924783003: Prepare for moving nacl_irt_icache definition to the NaCl repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/public/irt_nonsfi.h
diff --git a/ppapi/nacl_irt/public/irt_nonsfi.h b/ppapi/nacl_irt/public/irt_nonsfi.h
index acc0eaccf902a09d5d9e28bf14c170844eedbb11..82d6635a01e8ab097935b39ec9b9cd1e3b8e8951 100644
--- a/ppapi/nacl_irt/public/irt_nonsfi.h
+++ b/ppapi/nacl_irt/public/irt_nonsfi.h
@@ -3,10 +3,15 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+// TODO(mazda): Remove this file once NaCl has been rolled to the revision
+// that includes the definition of nacl_irt_icache.
+// https://code.google.com/p/nativeclient/issues/detail?id=4033
#ifndef PPAPI_NACL_IRT_PUBLIC_IRT_NONSFI_H_
#define PPAPI_NACL_IRT_PUBLIC_IRT_NONSFI_H_
+#if !defined(NACL_IRT_ICACHE_v0_1)
+
#include <stddef.h>
/*
@@ -21,4 +26,6 @@ struct nacl_irt_icache {
int (*clear_cache)(void* addr, size_t size);
};
+#endif
+
#endif // PPAPI_NACL_IRT_PUBLIC_IRT_NONSFI_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698