Revision dc9617cb81c4130858b6dd026039f42a39e93c18 authored by Mark Brown on 25 April 2017, 15:25:07 UTC, committed by Mark Brown on 25 April 2017, 15:25:07 UTC
3 parent s 6e4cac2 + b6e38b2 + d05d862
Raw File
device.h
/*
 * Arch specific extensions to struct device
 *
 * This file is released under the GPLv2
 */
#ifndef _ASM_GENERIC_DEVICE_H
#define _ASM_GENERIC_DEVICE_H

struct dev_archdata {
};

struct pdev_archdata {
};

#endif /* _ASM_GENERIC_DEVICE_H */
back to top