File: bsd64.c

package info (click to toggle)
grub2 1.99-27%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 39,440 kB
  • sloc: ansic: 190,862; sh: 10,010; asm: 9,345; cpp: 1,778; python: 840; makefile: 768; lex: 368; yacc: 267; lisp: 44; awk: 43; sed: 17
file content (6 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
#define SUFFIX(x) x ## 64
#define GRUB_TARGET_WORDSIZE 64
#define OBJSYM 1
#include <grub/types.h>
typedef grub_uint64_t grub_freebsd_addr_t;
#include "bsdXX.c"