Files
quip/include/common/knobs.h
Ian Moffett 0fa8ad12ca initial commit
Signed-off-by: Ian Moffett <ian@mirocom.org>
2026-03-21 06:15:27 -04:00

18 lines
366 B
C

/*
* Copyright (c) 2026, Mirocom Laboratories
* Provided under the BSD-3 clause
*
* Abstract:
* This header defines settings related to quips operation.
* Author:
* Ian M. Moffett <ian@mirocom.org>
*/
#ifndef COMMON_KNOBS_H
#define COMMON_KNOBS_H 1
#define QUIP_VERSION "0.0.1"
#define QUIP_FILEPATH "build.quip"
#endif /* !_COMMON_KNOBS_H_ */