kdbus: the driver, original and non-working
[platform/kernel/linux-exynos.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 #pragma once
10
11 const char *enum_CMD(long long id);
12 const char *enum_MSG(long long id);
13 const char *enum_MATCH(long long id);
14 const char *enum_PAYLOAD(long long id);