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] - Blame information for rev 1633

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

Line No. Rev Author Line
1 1633 jcastillo
 
2
#ifndef _LINEAR_H
3
#define _LINEAR_H
4
 
5
struct linear_hash
6
{
7
  struct real_dev *dev0, *dev1;
8
};
9
 
10
struct linear_data
11
{
12
  struct linear_hash *hash_table; /* Dynamically allocated */
13
  struct real_dev *smallest;
14
  int nr_zones;
15
};
16
 
17
#endif
18
 
19
#ifndef _LINEAR_H
20
#define _LINEAR_H
21
 
22
struct linear_hash
23
{
24
  struct real_dev *dev0, *dev1;
25
};
26
 
27
struct linear_data
28
{
29
  struct linear_hash *hash_table; /* Dynamically allocated */
30
  struct real_dev *smallest;
31
  int nr_zones;
32
};
33
 
34
#endif

powered by: WebSVN 2.1.0

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