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
target: Fix kref->refcount underflow in transport_cmd_finish_abort
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
asm
/
device.h
blob
4a9f35e0973ff166956c123d594fd24c7dfafc92
1
/*
2
* Arch specific extensions to struct device
3
*
4
* This file is released under the GPLv2
5
*/
6
struct
dev_archdata
{
7
struct
dma_map_ops
*
dma_ops
;
8
};
9
10
struct
pdev_archdata
{
11
};