diff options
| author | Igor Nabirushkin <inabirushkin@nvidia.com> | 2014-01-26 11:37:31 -0500 |
|---|---|---|
| committer | Igor Nabirushkin <inabirushkin@nvidia.com> | 2017-07-13 10:18:39 -0400 |
| commit | 31fdd0ca657ca660acd9469c6665d70341eda49e (patch) | |
| tree | 2812f1885bdca5c2d7081b1cd6006656ef4af926 /include/linux | |
| parent | faefcfd87cdaa071edfb6c4194867d80548b5377 (diff) | |
misc: tegra-profiler: add start/stop locks
Locks for ability to use loadable module
to override the built-in driver on rooted devices
Bug 1447640
Change-Id: If20605597d77a0cf76206fbe2f474c8853696a9b
Signed-off-by: Igor Nabirushkin <inabirushkin@nvidia.com>
Reviewed-on: http://git-master/r/360134
(cherry picked from commit c0597837c5f4f0781fa0d7a87857d38e9da30995)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tegra_profiler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tegra_profiler.h b/include/linux/tegra_profiler.h index e3f90a268..277fc9324 100644 --- a/include/linux/tegra_profiler.h +++ b/include/linux/tegra_profiler.h | |||
| @@ -37,6 +37,9 @@ | |||
| 37 | #define QUADD_DEVICE_NAME "quadd" | 37 | #define QUADD_DEVICE_NAME "quadd" |
| 38 | #define QUADD_AUTH_DEVICE_NAME "quadd_auth" | 38 | #define QUADD_AUTH_DEVICE_NAME "quadd_auth" |
| 39 | 39 | ||
| 40 | #define QUADD_MOD_DEVICE_NAME "quadd_mod" | ||
| 41 | #define QUADD_MOD_AUTH_DEVICE_NAME "quadd_mod_auth" | ||
| 42 | |||
| 40 | #define QUADD_IOCTL 100 | 43 | #define QUADD_IOCTL 100 |
| 41 | 44 | ||
| 42 | /* | 45 | /* |
