File: ofpath.c

package info (click to toggle)
grub2 2.02~beta3-5%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 56,628 kB
  • sloc: ansic: 378,677; asm: 16,270; sh: 13,174; cpp: 1,991; python: 1,458; makefile: 1,407; sed: 423; lex: 393; yacc: 267; awk: 75; lisp: 50; perl: 31
file content (5 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (14)
1
2
3
4
5
#if defined (__linux__)
#include "linux/ofpath.c"
#else
#include "basic/ofpath.c"
#endif