bond/x64/src/c/common/inc/k_type.h
secXsQuared f6e21df5d2 GPL v3
2016-05-24 00:27:26 -07:00

10 lines
191 B
C

/* Copyright 2016 secXsQuared
* Distributed under GPL license
* See COPYING under root for details
*/
#ifndef _K_TYPE_H_
#define _K_TYPE_H_
#include <stdint.h>
#include <stdbool.h>
#endif