aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/Command.h
blob: 17244b7aaebcc1ccfffa30a8404eb7870e0ebb98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Copyright (C) ARM Limited 2014. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef COMMAND_H
#define COMMAND_H

void *commandThread(void *);

#endif // COMMAND_H