mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
14 lines
243 B
C
14 lines
243 B
C
/*
|
|
* 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
|