|
|
| File: [Development] / linux-2.6-xfs / include / asm-cris / arch-v32 / intmem.h (download)
Revision 1.1, Mon Aug 29 15:50:38 2005 UTC (12 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.13. Merge of 2.6.x-xfs-melb:linux:23660a by kenmcd. |
#ifndef _ASM_CRIS_INTMEM_H #define _ASM_CRIS_INTMEM_H void* crisv32_intmem_alloc(unsigned size, unsigned align); void crisv32_intmem_free(void* addr); void* crisv32_intmem_phys_to_virt(unsigned long addr); unsigned long crisv32_intmem_virt_to_phys(void *addr); #endif /* _ASM_CRIS_ARCH_INTMEM_H */