Welcome to mirror list, hosted at ThFree Co, Russian Federation.

device.h « asm « include « s390 « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5203fc87f080edaa854d685f7a7b3126d4151d66 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Arch specific extensions to struct device
 *
 * This file is released under the GPLv2
 */
struct dev_archdata {
};

struct pdev_archdata {
};