summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/bbu.h
blob: 9556ad6b16031ae95c99b2eacc8939e9335e2a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __MACH_BBU_H
#define __MACH_BBU_H

#include <bbu.h>

#ifdef CONFIG_BAREBOX_UPDATE_AM33XX_SPI_NOR_MLO
int am33xx_bbu_spi_nor_mlo_register_handler(const char *name, char *devicefile);
#else
static inline int am33xx_bbu_spi_nor_mlo_register_handler(const char *name, char *devicefile)
{
	return 0;
}
#endif

#endif