blob: 4eec424d8759798194cf95af718e7951ec7b53a5 [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 point_to_flash(struct mbox_context *context);
int point_to_memory(struct mbox_context *context);
int reset_lpc(struct mbox_context *context);
#endif /* LPC_H */