diff options
Diffstat (limited to 'include/linux/tracehook.h')
-rw-r--r-- | include/linux/tracehook.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/tracehook.h b/include/linux/tracehook.h index df20f8bdbfa3..09d678433fc0 100644 --- a/include/linux/tracehook.h +++ b/include/linux/tracehook.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Tracing hooks | 3 | * Tracing hooks |
3 | * | 4 | * |
4 | * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. | 5 | * Copyright (C) 2008-2009 Red Hat, Inc. All rights reserved. |
5 | * | 6 | * |
6 | * This copyrighted material is made available to anyone wishing to use, | ||
7 | * modify, copy, or redistribute it subject to the terms and conditions | ||
8 | * of the GNU General Public License v.2. | ||
9 | * | ||
10 | * This file defines hook entry points called by core code where | 7 | * This file defines hook entry points called by core code where |
11 | * user tracing/debugging support might need to do something. These | 8 | * user tracing/debugging support might need to do something. These |
12 | * entry points are called tracehook_*(). Each hook declared below | 9 | * entry points are called tracehook_*(). Each hook declared below |