1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 17:47:09 +00:00
conky/src/dragonfly.h

20 lines
383 B
C
Raw Normal View History

/* */
#ifndef DRAGONFLY_H_
#define DRAGONFLY_H_
#include <fcntl.h>
#include <kvm.h>
#include <sys/mount.h>
#include <sys/param.h>
#include <sys/ucred.h>
#include "common.h"
#if (defined(i386) || defined(__i386__))
#include <machine/apm_bios.h>
#endif /* i386 || __i386__ */
int get_entropy_avail(unsigned int *);
int get_entropy_poolsize(unsigned int *);
#endif /*DRAGONFLY_H_*/