File: version.h

package info (click to toggle)
shim 16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,356 kB
  • sloc: ansic: 171,211; asm: 1,715; sh: 1,420; makefile: 1,173; python: 284
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: BSD-2-Clause-Patent

#ifndef _SHIM_VERSION_H
#define _SHIM_VERSION_H 1

extern CHAR8 shim_version[];

#endif /* SHIM_VERSION_H */