include/device: Add missing headers to usbc_mux.h

Add the headers for using bool and uint8_t.

Change-Id: Ie1a2a482145a7ca02fb306e385538894807a6ad6
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-11-29 11:49:32 -07:00
parent 019baecda0
commit d267490a6f

View File

@@ -3,6 +3,9 @@
#ifndef __USBC_MUX_H__
#define __USBC_MUX_H__
#include <stdbool.h>
#include <stdint.h>
/* struct to hold all USB-C mux related variables */
struct usbc_mux_info {
bool dp; /* DP connected */