Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / nacl / loader / nonsfi / irt_interfaces.h
index 186b84c..1ec75d3 100644 (file)
@@ -7,7 +7,8 @@
 
 #include "base/basictypes.h"
 #include "native_client/src/untrusted/irt/irt.h"
-#include "ppapi/nacl_irt/irt_ppapi.h"
+#include "ppapi/nacl_irt/public/irt_nonsfi.h"
+#include "ppapi/nacl_irt/public/irt_ppapi.h"
 
 namespace nacl {
 namespace nonsfi {
@@ -23,6 +24,10 @@ extern const struct nacl_irt_futex kIrtFutex;
 extern const struct nacl_irt_tls kIrtTls;
 extern const struct nacl_irt_clock kIrtClock;
 extern const struct nacl_irt_ppapihook kIrtPpapiHook;
+extern const struct nacl_irt_resource_open kIrtResourceOpen;
+extern const struct nacl_irt_random kIrtRandom;
+extern const struct nacl_irt_exception_handling kIrtExceptionHandling;
+extern const struct nacl_irt_icache kIrtIcache;
 
 }  // namespace nonsfi
 }  // namespace nacl