blob: 7b3fc20f6334b2c7d8f23347a6775706216cbaa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/*
* drivers/misc/tegra-profiler/hrt.h
*
* Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
#ifndef __QUADD_VERSION_H
#define __QUADD_VERSION_H
#define QUADD_MODULE_VERSION "1.88"
#define QUADD_MODULE_BRANCH "Dev"
#endif /* __QUADD_VERSION_H */
|