We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2f356 commit a1add6eCopy full SHA for a1add6e
src/include/device/usbc_mux.h
@@ -3,6 +3,9 @@
3
#ifndef __USBC_MUX_H__
4
#define __USBC_MUX_H__
5
6
+#include <stdbool.h>
7
+#include <stdint.h>
8
+
9
/* struct to hold all USB-C mux related variables */
10
struct usbc_mux_info {
11
bool dp; /* DP connected */
0 commit comments