repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
usb
/
usbip
/
src
/
utils.h
blob
4fc13854f7b9c702339886f7a6a76697956ea2c0
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
* Copyright (C) 2011 matt mooney <mfm@muteddisk.com>
4
* 2005-2007 Takahiro Hirofuchi
5
*/
6
7
#ifndef __UTILS_H
8
#define __UTILS_H
9
10
int
modify_match_busid
(
char
*
busid
,
int
add
);
11
12
#endif
/* __UTILS_H */
13