blob: 9728e021a8563a72d6b886eca0877d185d6712ec [file] [log] [blame]
/* Copyright 2017 The ChromiumOS Authors
* 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 server.
*/
#ifndef EC_EC_COMM_SERVER_H_
#define EC_EC_COMM_SERVER_H_
#include "consumer.h"
#include "queue.h"
#include <stdint.h>
extern struct queue const ec_ec_comm_server_input;
extern struct queue const ec_ec_comm_server_output;
void ec_ec_comm_server_written(struct consumer const *consumer, size_t count);
#endif /* EC_EC_COMM_SERVER_H_ */