coreboot/src/include/device/hypertransport.h
<<
>>
Prefs
   1#ifndef DEVICE_HYPERTRANSPORT_H
   2#define DEVICE_HYPERTRANSPORT_H
   3
   4#include <device/hypertransport_def.h>
   5
   6unsigned int hypertransport_scan_chain(struct bus *bus,
   7        unsigned min_devfn, unsigned max_devfn, unsigned int max, unsigned *ht_unit_base, unsigned offset_unitid);
   8unsigned int ht_scan_bridge(struct device *dev, unsigned int max);
   9extern struct device_operations default_ht_ops_bus;
  10
  11#define HT_IO_HOST_ALIGN 4096
  12#define HT_MEM_HOST_ALIGN (1024*1024)
  13
  14#endif /* DEVICE_HYPERTRANSPORT_H */
  15
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.