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:
@@ -3,6 +3,9 @@
|
|||||||
#ifndef __USBC_MUX_H__
|
#ifndef __USBC_MUX_H__
|
||||||
#define __USBC_MUX_H__
|
#define __USBC_MUX_H__
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/* struct to hold all USB-C mux related variables */
|
/* struct to hold all USB-C mux related variables */
|
||||||
struct usbc_mux_info {
|
struct usbc_mux_info {
|
||||||
bool dp; /* DP connected */
|
bool dp; /* DP connected */
|
||||||
|
Reference in New Issue
Block a user