GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / include / asm / dma.h
blob9f6139a8a525c5ae3f157b4e6e86f160910d4a50
1 #ifndef __UM_DMA_H
2 #define __UM_DMA_H
4 #include "asm/io.h"
6 extern unsigned long uml_physmem;
8 #define MAX_DMA_ADDRESS (uml_physmem)
10 #endif