summaryrefslogtreecommitdiff
path: root/src/mainboard/dell/optiplex_9020/sch5555_ec.h
blob: 9d262d578764df4a026a20b5478fc05216da9ef3 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __SCH5555_EC_H__
#define __SCH5555_EC_H__

uint8_t sch5555_mbox_read(uint8_t addr1, uint16_t addr2);

void sch5555_mbox_write(uint8_t addr1, uint16_t addr2, uint8_t val);

#endif