summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-11 10:03:47 +0000
committerMike Frysinger <vapier@gentoo.org>2008-12-11 10:03:47 +0000
commit607d5a5fec3f0a27c3aa0f2fb9a960297d223b48 (patch)
tree1ec8f6ded68bcb4f398a334ce4707b7b38263df9 /libc/sysdeps/linux/bfin
parentb8894106ef130e1d5b47511399c1d401b22802b1 (diff)
Blackfin: add L2_SRAM flag for alloc func
Diffstat (limited to 'libc/sysdeps/linux/bfin')
-rw-r--r--libc/sysdeps/linux/bfin/bfin_sram.h1
1 files changed, 1 insertions, 0 deletions
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__;