From 607d5a5fec3f0a27c3aa0f2fb9a960297d223b48 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 11 Dec 2008 10:03:47 +0000 Subject: Blackfin: add L2_SRAM flag for alloc func --- libc/sysdeps/linux/bfin/bfin_sram.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/bfin') diff --git a/libc/sysdeps/linux/bfin/bfin_sram.h b/libc/sysdeps/linux/bfin/bfin_sram.h index eea729b05..278514d5d 100644 --- a/libc/sysdeps/linux/bfin/bfin_sram.h +++ b/libc/sysdeps/linux/bfin/bfin_sram.h @@ -18,6 +18,7 @@ __BEGIN_DECLS #define L1_DATA_A_SRAM 0x00000002 #define L1_DATA_B_SRAM 0x00000004 #define L1_DATA_SRAM 0x00000006 +#define L2_SRAM 0x00000008 extern void *sram_alloc(size_t size, unsigned long flags) __attribute_malloc__ __attribute_warn_unused_result__; -- cgit v1.2.3