Revision 3645ca8359328ea4c75bce4af54ad24028381f30 authored by Len Brown on 24 January 2008, 04:48:46 UTC, committed by Len Brown on 24 January 2008, 04:48:46 UTC
2 parent s 0f23a6b + ec68373
Raw File
device.h
/*
 * Arch specific extensions to struct device
 *
 * This file is released under the GPLv2
 */
#ifndef ASMARM_DEVICE_H
#define ASMARM_DEVICE_H

struct dev_archdata {
#ifdef CONFIG_DMABOUNCE
	struct dmabounce_device_info *dmabounce;
#endif
};

#endif
back to top