summaryrefslogtreecommitdiff
path: root/include/host_command_heci.h
blob: af85178e8a699bdfd93cc8595a9c32e9aff248fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2018 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 __HOST_COMMAND_HECI_H
#define __HOST_COMMAND_HECI_H

/* send an event message to the ap */
void heci_send_mkbp_event(void);

#endif /* __HOST_COMMAND_HECI_H */