aboutsummaryrefslogtreecommitdiff
path: root/include/sfc-ctrl.h
blob: 72da8b724db3cf459155b3db1dee0d2abf3bc8de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: Apache-2.0
/* Copyright 2013-2014 IBM Corp. */

#ifndef SFC_CTRL_H
#define SFC_CTRL_H

struct spi_flash_ctrl;

extern int sfc_open(struct spi_flash_ctrl **ctrl);
extern void sfc_close(struct spi_flash_ctrl *ctrl);

#endif /* SFC_CTRL_H */