blob: 9a27677838f6af99ba4628870883fdf6d94fa4c4 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright (C) 2018 IBM Corp. */
#ifndef LPC_H
#define LPC_H
#ifdef __cplusplus
extern "C" {
#endif
int init_lpc_dev(struct mbox_context *context);
void free_lpc_dev(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);
#ifdef __cplusplus
}
#endif
#endif /* LPC_H */