URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [linear.h] - Rev 1780
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