OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [linear.h] - Rev 1765

Go to most recent revision | Compare with Previous | Blame | View Log

 
#ifndef _LINEAR_H
#define _LINEAR_H
 
struct linear_hash
{
  struct real_dev *dev0, *dev1;
};
 
struct linear_data
{
  struct linear_hash *hash_table; /* Dynamically allocated */
  struct real_dev *smallest;
  int nr_zones;
};
 
#endif
 
#ifndef _LINEAR_H
#define _LINEAR_H
 
struct linear_hash
{
  struct real_dev *dev0, *dev1;
};
 
struct linear_data
{
  struct linear_hash *hash_table; /* Dynamically allocated */
  struct real_dev *smallest;
  int nr_zones;
};
 
#endif
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.