blob: 4d792dec370ffdec4394c6e23d335d775c4ddd67 [file] [log] [blame]
Andrew Jeffery4fe996c2018-02-27 12:16:48 +10301/* SPDX-License-Identifier: Apache-2.0 */
2/* Copyright (C) 2018 IBM Corp. */
Suraj Jitindar Singhe39c9162017-03-28 10:47:43 +11003
Andrew Jeffery1714e4f2018-08-08 16:27:03 +09304#ifndef LPC_H
5#define LPC_H
Suraj Jitindar Singhe39c9162017-03-28 10:47:43 +11006
Andrew Jefferycb9b2102018-08-08 16:31:07 +09307int lpc_dev_init(struct mbox_context *context);
Andrew Jeffery2e2df282018-08-08 16:32:22 +09308void lpc_dev_free(struct mbox_context *context);
Andrew Jefferyec0f2302018-08-08 16:33:27 +09309int lpc_map_flash(struct mbox_context *context);
Andrew Jeffery17079d12018-08-08 16:35:09 +093010int lpc_map_memory(struct mbox_context *context);
Deepak Kodihalli017e45c2017-07-12 01:06:30 -050011int reset_lpc(struct mbox_context *context);
12
Andrew Jeffery1714e4f2018-08-08 16:27:03 +093013#endif /* LPC_H */