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] - Diff between revs 1633 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

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

powered by: WebSVN 2.1.0

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