mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00: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:
parent
6cb8815f41
commit
b6d0695bb3
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user