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

Unified Diff: src/untrusted/irt/irt_instance.h

Issue 25027006: Stackable IRT Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 3 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 | « src/untrusted/irt/irt.h ('k') | src/untrusted/irt/irt_instance.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/irt_instance.h
diff --git a/src/untrusted/irt/irt_instance.h b/src/untrusted/irt/irt_instance.h
new file mode 100644
index 0000000000000000000000000000000000000000..ffaccea2a8fafe1b9bde50c3a7c707c78d28a116
--- /dev/null
+++ b/src/untrusted/irt/irt_instance.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 2013 The Native Client Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INSTANCE_H_
+#define NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INSTANCE_H_
+
+#include <stddef.h>
+
+struct nacl_irt_instance1 {
+
+};
+
+#endif /* NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INSTANCE_H_ */
« no previous file with comments | « src/untrusted/irt/irt.h ('k') | src/untrusted/irt/irt_instance.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698