mem_map.h 177 B

123456789101112
  1. /*
  2. * mem_map.h
  3. * Common header file for blackfin family of processors.
  4. *
  5. */
  6. #ifndef _MEM_MAP_H_
  7. #define _MEM_MAP_H_
  8. #include <mach/mem_map.h>
  9. #endif /* _MEM_MAP_H_ */