Skip to content

Commit a1add6e

Browse files
committed
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 <[email protected]>
1 parent 9f2f356 commit a1add6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/include/device/usbc_mux.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#ifndef __USBC_MUX_H__
44
#define __USBC_MUX_H__
55

6+
#include <stdbool.h>
7+
#include <stdint.h>
8+
69
/* struct to hold all USB-C mux related variables */
710
struct usbc_mux_info {
811
bool dp; /* DP connected */

0 commit comments

Comments
 (0)