diff options
| author | 2024-04-23 13:16:03 +0200 | |
|---|---|---|
| committer | 2024-04-23 13:16:03 +0200 | |
| commit | df1aa5b0d1a69b93d1371063299e42dcc56cbe7b (patch) | |
| tree | 8e84f62c45a49099782d0a97f5568b9a43702272 /include/linux/hyperv.h | |
| parent | uio: update kerneldoc comments for interrupt functions (diff) | |
| parent | Linux 6.9-rc5 (diff) | |
| download | wireguard-linux-df1aa5b0d1a69b93d1371063299e42dcc56cbe7b.tar.xz wireguard-linux-df1aa5b0d1a69b93d1371063299e42dcc56cbe7b.zip | |
Merge 6.9-rc5 into char-misc-next
We need the char/misc fixes in here as well to work off of.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
| -rw-r--r-- | include/linux/hyperv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 7de9f90d3f95..5e39baa7f6cb 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -834,6 +834,7 @@ struct vmbus_gpadl { u32 gpadl_handle; u32 size; void *buffer; + bool decrypted; }; struct vmbus_channel { |
