1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mojo / core / core_ipcz.h [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MOJO_CORE_CORE_IPCZ_H_
#define MOJO_CORE_CORE_IPCZ_H_
#include "mojo/core/system_impl_export.h"
#include "mojo/public/c/system/thunks.h"
namespace mojo::core {
MOJO_SYSTEM_IMPL_EXPORT const MojoSystemThunks2* GetMojoIpczImpl();
} // namespace mojo::core
#endif // MOJO_CORE_CORE_IPCZ_H_