package pci-db

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | CLASS_ID of int64
  2. | SUBCLASS_ID of int64
  3. | PROGIF_ID of int64
  4. | VENDOR_ID of int64
  5. | DEVICE_ID of int64
  6. | SUBDEVICE_ID of int64 * int64
val to_string : t -> string
val compare : 'a -> 'a -> int