| 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_ */
|
|
|