summaryrefslogtreecommitdiff
path: root/baseboard/kukui/usb_pd_policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/kukui/usb_pd_policy.h')
-rw-r--r--baseboard/kukui/usb_pd_policy.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/baseboard/kukui/usb_pd_policy.h b/baseboard/kukui/usb_pd_policy.h
new file mode 100644
index 0000000000..78e0213f53
--- /dev/null
+++ b/baseboard/kukui/usb_pd_policy.h
@@ -0,0 +1,13 @@
+/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __CROS_EC_BASEBOARD_USB_PD_POLICY_H
+#define __CROS_EC_BASEBOARD_USB_PD_POLICY_H
+
+#include "common.h"
+
+__override_proto int board_has_virtual_mux(void);
+
+#endif /* __CROS_EC_BASEBOARD_USB_PD_POLICY_H */