summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/bootrom.h
blob: fd2d1938ef211793b78c5b9052e1813232dadbb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Greybus bootrom code
 *
 * Copyright 2016 Google Inc.
 * Copyright 2016 Linaro Ltd.
 *
 * Released under the GPLv2 only.
 */

#ifndef __BOOTROM_H
#define __BOOTROM_H

int gb_bootrom_init(void);
void gb_bootrom_exit(void);

#endif /* __BOOTROM_H */