Blame view

kernel/linux-rt-4.4.41/arch/blackfin/mach-bf609/include/mach/cdefBF609.h 392 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  /*
   * Copyright 2011 Analog Devices Inc.
   *
   * Licensed under the GPL-2 or later.
   */
  
  #ifndef _CDEF_BF609_H
  #define _CDEF_BF609_H
  
  /* include cdefBF60x_base.h for the set of #defines that are common to all ADSP-BF60x bfin_read_()rocessors */
  #include "cdefBF60x_base.h"
  
  /* The following are the #defines needed by ADSP-BF609 that are not in the common header */
  
  #endif /* _CDEF_BF609_H */