summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox/ipc_msg_types.H
blob: 3271c515ec520790d5316e3124cc054721f18ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* $Source: src/include/usr/mbox/ipc_msg_types.H $                        */
/*                                                                        */
/* IBM CONFIDENTIAL                                                       */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 2013,2014              */
/*                                                                        */
/* p1                                                                     */
/*                                                                        */
/* Object Code Only (OCO) source materials                                */
/* Licensed Internal Code Source Materials                                */
/* IBM HostBoot Licensed Internal Code                                    */
/*                                                                        */
/* The source code for this program is not published or otherwise         */
/* divested of its trade secrets, irrespective of what has been           */
/* deposited with the U.S. Copyright Office.                              */
/*                                                                        */
/* Origin: 30                                                             */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
#if !defined(__IPC_MSG_TYPES_H)
#define __IPC_MSG_TYPES_H

#include <mbox/mbox_queues.H>

namespace IPC
{
    /**
     * IPC message types
     */
    enum ipc_msg_type_t
    {
        IPC_POPULATE_ATTRIBUTES = MBOX::FIRST_SECURE_MSG + 1,
        IPC_TEST_CONNECTION = MBOX::FIRST_SECURE_MSG + 2,
        IPC_START_PAYLOAD,
    };

}; // namespace IPC
#endif
OpenPOWER on IntegriCloud