Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
aarch64-netbsd-none
machine
disklabel.h
pretty
plain
permalink
blame
history
•
7 lines
•
205 B
1
/* $NetBSD: disklabel.h,v 1.2 2018/04/01 04:35:03 ryo Exp $ */
2
3
#if HAVE_NBTOOL_CONFIG_H
4
#include <nbinclude/arm/disklabel.h>
5
#else
6
#include <arm/disklabel.h>
7
#endif /* HAVE_NBTOOL_CONFIG_H */