repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
e1000e: WoL does not work on 82577/82578 with manageability enabled
[linux-2.6/mini2440.git]
/
include
/
asm-generic
/
device.h
blob
c17c9600f220c2964cb07a6076bb268ebe69f89b
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
#endif
/* _ASM_GENERIC_DEVICE_H */