kdbus: test suite changed to common format
[platform/kernel/linux-rpi.git] / tools / testing / selftests / kdbus / kdbus-enum.h
1 /*
2  * Copyright (C) 2013-2015 Kay Sievers
3  *
4  * kdbus is free software; you can redistribute it and/or modify it under
5  * the terms of the GNU Lesser General Public License as published by the
6  * Free Software Foundation; either version 2.1 of the License, or (at
7  * your option) any later version.
8  */
9
10 #pragma once
11
12 const char *enum_CMD(long long id);
13 const char *enum_MSG(long long id);
14 const char *enum_MATCH(long long id);
15 const char *enum_PAYLOAD(long long id);