blob: fb0b1599cfb74758b0c7eeed051225bb082e0db3 [file] [log] [blame]
Bryan Wu1394f032007-05-06 14:50:22 -07001/*
Robin Getz96f10502009-09-24 14:11:24 +00002 * Local prototypes meant for internal use only
Bryan Wu1394f032007-05-06 14:50:22 -07003 *
Robin Getz96f10502009-09-24 14:11:24 +00004 * Copyright 2006-2009 Analog Devices Inc.
Bryan Wu1394f032007-05-06 14:50:22 -07005 *
Robin Getz96f10502009-09-24 14:11:24 +00006 * Licensed under the GPL-2 or later.
Bryan Wu1394f032007-05-06 14:50:22 -07007 */
8
9#ifndef __BLACKFIN_SRAM_H__
10#define __BLACKFIN_SRAM_H__
11
Bryan Wu1394f032007-05-06 14:50:22 -070012extern void *l1sram_alloc(size_t);
13
14#endif