diff options
Diffstat (limited to 'drivers/misc/tegra-profiler/quadd.h')
-rw-r--r-- | drivers/misc/tegra-profiler/quadd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/misc/tegra-profiler/quadd.h b/drivers/misc/tegra-profiler/quadd.h index c25835e29f09..bb47f7114904 100644 --- a/drivers/misc/tegra-profiler/quadd.h +++ b/drivers/misc/tegra-profiler/quadd.h @@ -1,7 +1,7 @@ /* * drivers/misc/tegra-profiler/quadd.h * - * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. + * 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, @@ -67,4 +67,7 @@ struct quadd_ctx { void quadd_get_state(struct quadd_module_state *state); +int tegra_profiler_try_lock(void); +void tegra_profiler_unlock(void); + #endif /* __QUADD_H */ |