gator: Version 5.20
[firefly-linux-kernel-4.4.55.git] / tools / gator / daemon / Command.h
1 /**
2  * Copyright (C) ARM Limited 2014. All rights reserved.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  */
8
9 #ifndef COMMAND_H
10 #define COMMAND_H
11
12 void *commandThread(void *);
13
14 #endif // COMMAND_H