]> Git Repo - J-u-boot.git/blame - include/g_dnl.h
board/t2080rdb: some update for t2080rdb
[J-u-boot.git] / include / g_dnl.h
CommitLineData
1d4a0b6c
ŁM
1/*
2 * Copyright (C) 2012 Samsung Electronics
3 * Lukasz Majewski <[email protected]>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
1d4a0b6c
ŁM
6 */
7
8#ifndef __G_DOWNLOAD_H_
9#define __G_DOWNLOAD_H_
10
11#include <linux/usb/ch9.h>
1d4a0b6c 12#include <linux/usb/gadget.h>
d6eae7b0 13int g_dnl_bind_fixup(struct usb_device_descriptor *, const char *);
1d4a0b6c
ŁM
14int g_dnl_register(const char *s);
15void g_dnl_unregister(void);
ec9002e4 16void g_dnl_set_serialnumber(char *);
1d4a0b6c 17
1d4a0b6c 18#endif /* __G_DOWNLOAD_H_ */
This page took 0.115114 seconds and 4 git commands to generate.