aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/Command.h
blob: 2838adcec66177ff5e087aa8c908ced0c00f6478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Copyright (C) ARM Limited 2014-2015. 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