File: hdlc_send.h

package info (click to toggle)
direwolf 1.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,376 kB
  • ctags: 3,887
  • sloc: ansic: 48,436; sh: 180; perl: 170; makefile: 28; python: 11
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10

/* hdlc_send.h */

int hdlc_send_frame (int chan, unsigned char *fbuf, int flen, int bad_fcs);

int hdlc_send_flags (int chan, int flags, int finish);

/* end hdlc_send.h */