Initial commit
This commit is contained in:
commit
169c65d57e
51358 changed files with 23120455 additions and 0 deletions
14
arch/blackfin/mm/blackfin_sram.h
Normal file
14
arch/blackfin/mm/blackfin_sram.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Local prototypes meant for internal use only
|
||||
*
|
||||
* Copyright 2006-2009 Analog Devices Inc.
|
||||
*
|
||||
* Licensed under the GPL-2 or later.
|
||||
*/
|
||||
|
||||
#ifndef __BLACKFIN_SRAM_H__
|
||||
#define __BLACKFIN_SRAM_H__
|
||||
|
||||
extern void *l1sram_alloc(size_t);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue