summaryrefslogtreecommitdiff
path: root/src/ec/dell/mec5055/mec5055.h
blob: 9dc3b264498e9d31806f4f9bb87b5ec860de1cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _EC_DELL_MEC5055_H_
#define _EC_DELL_MEC5055_H_

#include <stddef.h>
#include <stdint.h>
#include <types.h>

enum cb_err mec5055_ec_command_0(u8 *buf, u8 cmd, int argc);
enum cb_err mec5055_ec_command_1(u8 cmd, const u8 *cmd_buf, int argc, u8 *res_buf, int res_sz);
void mec5055_early_init(void);

#endif