tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / tools / gator / daemon / Setup.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 SETUP_H
10 #define SETUP_H
11
12 // From include/generated/uapi/linux/version.h
13 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
14
15 bool getLinuxVersion(int version[3]);
16 int update(const char *const gatorPath);
17
18 #endif // SETUP_H