chromium/third_party/ipcz/src/ipcz/test_messages_generator.h

// 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.

// no-include-guard-because-multiply-included

IPCZ_MSG_BEGIN_INTERFACE

IPCZ_MSG_BEGIN(BasicTestMessage, IPCZ_MSG_ID(0))
  IPCZ_MSG_BEGIN_VERSION(0)
    IPCZ_MSG_PARAM(uint32_t, } 

IPCZ_MSG_BEGIN(MessageWithDataArray, IPCZ_MSG_ID(1))
  IPCZ_MSG_BEGIN_VERSION(0)
    IPCZ_MSG_PARAM_ARRAY(uint64_t, } 

IPCZ_MSG_BEGIN(MessageWithDriverObject, IPCZ_MSG_ID(2))
  IPCZ_MSG_BEGIN_VERSION(0)
    IPCZ_MSG_PARAM_DRIVER_OBJECT(} 

IPCZ_MSG_BEGIN(MessageWithDriverObjectArray, IPCZ_MSG_ID(3))
  IPCZ_MSG_BEGIN_VERSION(0)
    IPCZ_MSG_PARAM_DRIVER_OBJECT_ARRAY(} 

IPCZ_MSG_BEGIN(MessageWithDriverArrayAndExtraObject, IPCZ_MSG_ID(4))
  IPCZ_MSG_BEGIN_VERSION(0)
    IPCZ_MSG_PARAM_DRIVER_OBJECT_ARRAY(} 

IPCZ_MSG_BEGIN(MessageWithMultipleVersions, IPCZ_MSG_ID(5))
  IPCZ_MSG_BEGIN_VERSION(0)
    IPCZ_MSG_PARAM(uint32_t, } 

IPCZ_MSG_END_INTERFACE