summaryrefslogtreecommitdiffstats
path: root/mboxd_lpc.h
blob: bd3e2b1fd167bb85a22d516efa94d23a72060bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright (C) 2018 IBM Corp. */

#ifndef MBOXD_LPC_H
#define MBOXD_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 /* MBOXD_LPC_H */
OpenPOWER on IntegriCloud