Skip to content
Snippets Groups Projects
Select Git revision
  • 6b431af8a9613991b3dea4749b07b672feca82d8
  • master default protected
  • L2SDP-1134
  • L2SDP-1137
  • L2SDP-LIFT
  • L2SDP-1113
  • HPR-158
7 results

dp_hdr_remove.vhd

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    GitVersion.h.in 437 B
    #ifndef @PREFIX@_GITVERSION_H
    #define @PREFIX@_GITVERSION_H
    
    namespace @PREFIX@ {
      const char* version();
      const char* version_string();
      unsigned int version_major();
      unsigned int version_minor();
      unsigned int version_patch();
      const char* version_flag();
      unsigned int version_distance();
      const char* version_shorthash();
      const char* version_fullhash();
      bool version_isdirty();
      const char* version_branch();
    }
    
    #endif