blob: e080860b4516233db25d3184bef4bd9510d1205a (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef __ASM_CRIS_PCI_H
#define __ASM_CRIS_PCI_H
/* ETRAX chips don't have a PCI bus. This file is just here because some stupid .c code
* includes it even if CONFIG_PCI is not set.
*/
#endif /* __ASM_CRIS_PCI_H */
|