Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / arch / blackfin / mm / blackfin_sram.h
blobfb0b1599cfb74758b0c7eeed051225bb082e0db3
1 /*
2 * Local prototypes meant for internal use only
4 * Copyright 2006-2009 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
7 */
9 #ifndef __BLACKFIN_SRAM_H__
10 #define __BLACKFIN_SRAM_H__
12 extern void *l1sram_alloc(size_t);
14 #endif