URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [conts/] [libl4/] [include/] [l4lib/] [arch/] [arm/] [irq.h] - Rev 7
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __L4LIB_ARCH_IRQ_H__ #define __L4LIB_ARCH_IRQ_H__ /* * Destructive atomic-read. * * Write 0 to byte at @location as its contents are read back. */ char l4_atomic_dest_readb(void *location); #endif
Go to most recent revision | Compare with Previous | Blame | View Log