1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-13 14:01:09 +02:00

include: Add missing headers in a few instances

A few headers rely on indirect inclusion of <linux/types.h> or
<linux/kernel.h> so add them directly. In the case of <netdev.h> add a
"struct bd_info;" as well rather than the large header chain to resolve
that.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-30 07:35:28 -06:00
parent 9543f05d8e
commit 675dd31a7d
6 changed files with 12 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#ifndef _SHA256_H
#define _SHA256_H
#include <linux/types.h>
#define SHA256_SUM_LEN 32
#define SHA256_DER_LEN 19