Introduce about flags for chrome hosted mode
[chromium-blink-merge.git] / mojo / nacl / generator / mojo_irt.h.tmpl
blob09dbe692b284f984eed5b1582fe5484c6f18e922
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 {{generator_warning}}
7 #ifndef MOJO_NACL_MOJO_IRT_H_
8 #define MOJO_NACL_MOJO_IRT_H_
10 #include "mojo/common/mojo_common_export.h"
11 #include "mojo/public/c/system/buffer.h"
12 #include "mojo/public/c/system/data_pipe.h"
13 #include "mojo/public/c/system/message_pipe.h"
14 #include "mojo/public/c/system/types.h"
16 #define NACL_IRT_MOJO_v0_1 "nacl-irt-mojo-0.1"
18 {{body}}
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 size_t mojo_irt_query(const char* interface_ident,
25                       void* table,
26                       size_t tablesize);
28 #ifdef __cplusplus
30 #endif
32 #endif  // MOJO_NACL_MOJO_IRT_H_