| Index: src/untrusted/irt/irt.h
|
| diff --git a/src/untrusted/irt/irt.h b/src/untrusted/irt/irt.h
|
| index 3adc459049c87ac52caa9fffe818c1f10592ba74..8cb01602c4140fb88fcaab3faaaf58a58891b565 100644
|
| --- a/src/untrusted/irt/irt.h
|
| +++ b/src/untrusted/irt/irt.h
|
| @@ -70,6 +70,12 @@ size_t nacl_interface_query(const char *interface_ident,
|
| * future versions of Chromium.
|
| */
|
|
|
| +#define NACL_IRT_INSTANCE_v0_1 "nacl-irt-instance-0.1"
|
| +struct nacl_irt_instance {
|
| + int (*init)(void);
|
| + void (*destroy)(void);
|
| +};
|
| +
|
| #define NACL_IRT_BASIC_v0_1 "nacl-irt-basic-0.1"
|
| struct nacl_irt_basic {
|
| void (*exit)(int status);
|
|
|