blob: 4d792dec370ffdec4394c6e23d335d775c4ddd67 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright (C) 2018 IBM Corp. */
#ifndef LPC_H
#define LPC_H
int lpc_dev_init(struct mbox_context *context);
void lpc_dev_free(struct mbox_context *context);
int lpc_map_flash(struct mbox_context *context);
int lpc_map_memory(struct mbox_context *context);
int reset_lpc(struct mbox_context *context);
#endif /* LPC_H */