summaryrefslogtreecommitdiff
path: root/include/ec_ec_comm_slave.h
blob: 19e1912d94e60cab5d4fb30083850eff4e859d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright 2017 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.
 *
 * EC-EC communication, functions and definition for slave.
 */

#ifndef EC_EC_COMM_SLAVE_H_
#define EC_EC_COMM_SLAVE_H_

#include <stdint.h>
#include "consumer.h"
#include "queue.h"

extern struct queue const ec_ec_comm_slave_input;
extern struct queue const ec_ec_comm_slave_output;

void ec_ec_comm_slave_written(struct consumer const *consumer, size_t count);

#endif /* EC_EC_COMM_SLAVE_H_ */