Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.11 14 lines 243 B view raw
1/* 2 * Local prototypes meant for internal use only 3 * 4 * Copyright 2006-2009 Analog Devices Inc. 5 * 6 * Licensed under the GPL-2 or later. 7 */ 8 9#ifndef __BLACKFIN_SRAM_H__ 10#define __BLACKFIN_SRAM_H__ 11 12extern void *l1sram_alloc(size_t); 13 14#endif