summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/bbu.h
blob: 6d4b70f803134bffa95f9cf44568796692723790 (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
int am33xx_bbu_spi_nor_mlo_register_handler(const char *name, char *devicefile)
{
	return 0;
}
#endif

#endif