mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
11 lines
189 B
C
11 lines
189 B
C
/* $NetBSD: data_formats.h,v 1.3 2015/07/10 14:20:33 christos Exp $ */
|
|
|
|
#ifndef DATA_FORMATS_H
|
|
#define DATA_FORMATS_H
|
|
|
|
#include <ntp_machine.h>
|
|
#include <ntp_fp.h>
|
|
#include <ntp.h>
|
|
|
|
#endif
|