summaryrefslogtreecommitdiff
path: root/include/mock/dp_alt_mode_mock.h
blob: 27811140c742265398e5bae5b8c87010bed7f8dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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 */