Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / arch / blackfin / mm / blackfin_sram.h
CommitLineData
1394f032 1/*
96f1050d 2 * Local prototypes meant for internal use only
1394f032 3 *
96f1050d 4 * Copyright 2006-2009 Analog Devices Inc.
1394f032 5 *
96f1050d 6 * Licensed under the GPL-2 or later.
1394f032
BW
7 */
8
9#ifndef __BLACKFIN_SRAM_H__
10#define __BLACKFIN_SRAM_H__
11
1394f032
BW
12extern void *l1sram_alloc(size_t);
13
14#endif
This page took 0.588481 seconds and 5 git commands to generate.