repo.or.cz
/
htc-linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usb: added usb-host functionality for MSM devices amd Leo config file
[htc-linux.git]
/
include
/
asm-generic
/
device.h
blob
d7c76bba640d7d6a02041b3b12a5c224501549b1
1
/*
2
* Arch specific extensions to struct device
3
*
4
* This file is released under the GPLv2
5
*/
6
#ifndef _ASM_GENERIC_DEVICE_H
7
#define _ASM_GENERIC_DEVICE_H
8
9
struct
dev_archdata
{
10
};
11
12
struct
pdev_archdata
{
13
};
14
15
#endif
/* _ASM_GENERIC_DEVICE_H */