xref: /openbmc/hiomapd/lpc.h (revision 856c71766b19366d7f178d518b7ecc3ea76970ac)
1 /* SPDX-License-Identifier: Apache-2.0 */
2 /* Copyright (C) 2018 IBM Corp. */
3 
4 #ifndef LPC_H
5 #define LPC_H
6 
7 int init_lpc_dev(struct mbox_context *context);
8 void free_lpc_dev(struct mbox_context *context);
9 int point_to_flash(struct mbox_context *context);
10 int point_to_memory(struct mbox_context *context);
11 int reset_lpc(struct mbox_context *context);
12 
13 #endif /* LPC_H */
14