Linux-2.6.12-rc2

Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
Šī revīzija ir iekļauta:
Linus Torvalds
2005-04-16 15:20:36 -07:00
revīzija 1da177e4c3
17291 mainīti faili ar 6718755 papildinājumiem un 0 dzēšanām

18
arch/mips/lasat/at93c.h Parasts fails
Parādīt failu

@@ -0,0 +1,18 @@
/*
* Atmel AT93C46 serial eeprom driver
*
* Brian Murphy <brian.murphy@eicon.com>
*
*/
extern struct at93c_defs {
volatile u32 *reg;
volatile u32 *rdata_reg;
int rdata_shift;
int wdata_shift;
u32 cs;
u32 clk;
} *at93c;
u8 at93c_read(u8 addr);
void at93c_write(u8 addr, u8 data);