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

Subversion Repositories 1664

[/] [1664/] [trunk/] [c/] [cpu_1664/] [cpu_1664_dev_dev_libri.c] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mrdmkg
#include "cpu_1664.h"
2
 
3
void cpu_1664_dev_dev_libri(struct lista *lista_dev)
4
{
5
 
6
 if(lista_dev!=0)
7
 {
8
 
9
  if(((struct lista **)(lista_dev->datos))[0]!=0)
10
  {
11
   lista_libri(((struct lista **)(lista_dev->datos))[0]);
12
  }
13
  lista_2_libri(((struct lista **)(lista_dev->datos))[1]);
14
  lista_2_libri(((struct lista **)(lista_dev->datos))[2]);
15
  lista_libri(lista_dev);
16
 }
17
}

powered by: WebSVN 2.1.0

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