summaryrefslogtreecommitdiff
path: root/include/linux/rethook.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2023-07-18 15:24:49 +0300
committerTakashi Iwai <tiwai@suse.de>2023-07-18 15:24:56 +0300
commit21634f0f307c8401462da2cd07507880ee17d3fc (patch)
tree8dd1b41a5a1bd9fe9a340814c4101f33df827f40 /include/linux/rethook.h
parent6d68d9cba1d0d1ee628a783eb9e7d38a0c3691b8 (diff)
parent2218e10e6fec05f76d6cd2c7eed4cb5af447360b (diff)
downloadlinux-21634f0f307c8401462da2cd07507880ee17d3fc.tar.xz
Merge branch 'topic/hda-pci-ids' into for-next
Pull cleanup of HD-audio PCI IDs. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux/rethook.h')
-rw-r--r--include/linux/rethook.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rethook.h b/include/linux/rethook.h
index fdf26cd0e742..26b6f3c81a76 100644
--- a/include/linux/rethook.h
+++ b/include/linux/rethook.h
@@ -59,6 +59,7 @@ struct rethook_node {
};
struct rethook *rethook_alloc(void *data, rethook_handler_t handler);
+void rethook_stop(struct rethook *rh);
void rethook_free(struct rethook *rh);
void rethook_add_node(struct rethook *rh, struct rethook_node *node);
struct rethook_node *rethook_try_get(struct rethook *rh);