File: fwup-version.h.in

package info (click to toggle)
fwupdate 12-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 588 kB
  • sloc: ansic: 4,329; makefile: 358; sh: 49
file content (22 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * libfw - library interface to apply firmware updates
 *
 * Copyright 2015 Red Hat, Inc.
 *
 * See "COPYING" for license terms.
 *
 * Author: Peter Jones <pjones@redhat.com>
 */
#if !defined(LIBFWUP_H_INSIDE__)
#error "Only <fwup.h> can be included directly."
#endif

#ifndef LIBFWUP_VERSION_H
#define LIBFWUP_VERSION_H

#define LIBFWUP_VERSION (@@FWUP_VERSION@@)

#define LIBFWUP_CHECK_VERSION(major,minor)	\
	LIBFWUP_VERSION >= (major)

#endif /* LIBFWUP_VERSION_H */