logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

version.h (345B)


  1. /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
  2. /*
  3. * version.h
  4. *
  5. * Copyright (C) 2000 Holger Waechtler <holger@convergence.de>
  6. * for convergence integrated media GmbH
  7. */
  8. #ifndef _DVBVERSION_H_
  9. #define _DVBVERSION_H_
  10. #define DVB_API_VERSION 5
  11. #define DVB_API_VERSION_MINOR 12
  12. #endif /*_DVBVERSION_H_*/