include: Add missing <linux/types.h>

These files have many "Linux" style types in them, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:30:24 -06:00
parent 0576234460
commit a37323a2cb
6 changed files with 9 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
#ifndef __LIBATA_H__
#define __LIBATA_H__
#include <linux/types.h>
enum {
/* various global constants */