File: reset.h

package info (click to toggle)
scantool 1.21%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,956 kB
  • ctags: 2,391
  • sloc: ansic: 12,269; sh: 829; makefile: 344; asm: 86; perl: 29
file content (6 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#ifndef RESET_H
#define RESET_H

void reset_chip();

#endif