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
Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux/fpc-iii.git]
/
arch
/
xtensa
/
include
/
asm
/
device.h
blob
1deeb8ebbb1bc30f236e3592d9920c678ba533ba
1
/*
2
* Arch specific extensions to struct device
3
*
4
* This file is released under the GPLv2
5
*/
6
#ifndef _ASM_XTENSA_DEVICE_H
7
#define _ASM_XTENSA_DEVICE_H
8
9
struct
dev_archdata
{
10
};
11
12
struct
pdev_archdata
{
13
};
14
15
#endif
/* _ASM_XTENSA_DEVICE_H */