blackfin_sram.h 243 B

1234567891011121314
  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. #ifndef __BLACKFIN_SRAM_H__
  9. #define __BLACKFIN_SRAM_H__
  10. extern void *l1sram_alloc(size_t);
  11. #endif