diff options
Diffstat (limited to 'src/mainboard/dell/optiplex_3050/sch5555_ec.h')
-rw-r--r-- | src/mainboard/dell/optiplex_3050/sch5555_ec.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/dell/optiplex_3050/sch5555_ec.h b/src/mainboard/dell/optiplex_3050/sch5555_ec.h new file mode 100644 index 0000000000..9d262d5787 --- /dev/null +++ b/src/mainboard/dell/optiplex_3050/sch5555_ec.h @@ -0,0 +1,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 |