Chromium Code Reviews| Index: src/untrusted/irt/irt.h |
| =================================================================== |
| --- src/untrusted/irt/irt.h (revision 6452) |
| +++ src/untrusted/irt/irt.h (working copy) |
| @@ -143,6 +143,11 @@ |
| void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions *); |
| }; |
| +#define NACL_IRT_RESOURCE_OPEN_v0_1 "nacl-irt-resource-open-0.1" |
| +struct nacl_irt_resource_open { |
| + int (*open_resource)(const char *file, int *fd); |
| +}; |
| + |
| #if __cplusplus |
| } |
| #endif |