summaryrefslogtreecommitdiffstats
path: root/lpc.h
blob: eca78b27d843152606e5bbd9864d26861a50fa22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright (C) 2018 IBM Corp. */

#ifndef LPC_H
#define LPC_H

struct mbox_context;

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 lpc_reset(struct mbox_context *context);

#endif /* LPC_H */
OpenPOWER on IntegriCloud