blob: 4991e64c2d9e5c3227dd48a1249fec5b0f143ccc [file] [log] [blame]
/*
* Copyright (c) 2016 The Linux Foundation. All rights reserved.
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef FDT_INFO_H
#define FDT_INFO_H
unsigned int is_spi_nand_available(void);
unsigned int is_nor_nand_available(void);
#endif