Go to the documentation of this file.
16 #ifndef __LINUX_MTD_XIP_H__
17 #define __LINUX_MTD_XIP_H__
26 #include <linux/compiler.h>
33 #define __xipram noinline __attribute__ ((__section__ (".data")))
67 #ifndef xip_irqpending
69 #warning "missing IRQ and timer primitives for XIP MTD support"
70 #warning "some of the XIP MTD support code will be disabled"
71 #warning "your system will therefore be unresponsive when writing or erasing flash"
73 #define xip_irqpending() (0)
74 #define xip_currtime() (0)
75 #define xip_elapsed_since(x) (0)
80 #define xip_iprefetch() do { } while (0)
90 #define xip_cpu_idle() do { } while (0)