mirror of
https://github.com/lkl/linux.git
synced 2025-12-18 23:53:03 +09:00
KEYS: Add forward declaration in asymmetric-parser.h
Add forward declaration for struct key_preparsed_payload so that this header file is self-contained. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#ifndef _KEYS_ASYMMETRIC_PARSER_H
|
||||
#define _KEYS_ASYMMETRIC_PARSER_H
|
||||
|
||||
struct key_preparsed_payload;
|
||||
|
||||
/*
|
||||
* Key data parser. Called during key instantiation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user