File: sh7750_regnames.h

package info (click to toggle)
xen-3.0 3.0.3-0-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 31,772 kB
  • ctags: 70,362
  • sloc: ansic: 417,153; python: 28,855; asm: 23,892; sh: 5,157; makefile: 4,830; objc: 613; perl: 372; xml: 351
file content (6 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
#ifndef _SH7750_REGNAMES_H
#define _SH7750_REGNAMES_H

const char *regname(uint32_t addr);

#endif				/* _SH7750_REGNAMES_H */