greybus: firmware: Add firmware-download protocol driver
[linux-2.6-block.git] / drivers / staging / greybus / firmware.h
CommitLineData
cca22207
VK
1/*
2 * Greybus Firmware Management Header
3 *
4 * Copyright 2016 Google Inc.
5 * Copyright 2016 Linaro Ltd.
6 *
7 * Released under the GPLv2 only.
8 */
9
10#ifndef __FIRMWARE_H
11#define __FIRMWARE_H
12
13#include "greybus.h"
14
15/* Firmware Download Protocol specific functions */
16int gb_fw_download_request_handler(struct gb_operation *op);
17int gb_fw_download_connection_init(struct gb_connection *connection);
18void gb_fw_download_connection_exit(struct gb_connection *connection);
19
20#endif /* __FIRMWARE_H */