WIP FPC-III support
[linux/fpc-iii.git] / drivers / media / pci / cobalt / cobalt-flash.h
blob605ce3d37ca3fe31b68bfa620aa20ffcd3d914ce
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Cobalt NOR flash functions
5 * Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
6 * All rights reserved.
7 */
9 #ifndef COBALT_FLASH_H
10 #define COBALT_FLASH_H
12 #include "cobalt-driver.h"
14 int cobalt_flash_probe(struct cobalt *cobalt);
15 void cobalt_flash_remove(struct cobalt *cobalt);
17 #endif