/* Copyright 2020 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. */ /* Mock for DisplayPort alternate mode support */ #ifndef __MOCK_DP_ALT_MODE_MOCK_H #define __MOCK_DP_ALT_MODE_MOCK_H #include "common.h" void mock_dp_alt_mode_reset(void); #endif /* __MOCK_DP_ALT_MODE_MOCK_H */