~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to hw/mcf_fec.c

  • Committer: ths
  • Date: 2007-09-16 21:08:06 UTC
  • Revision ID: git-v1:5fafdf24ef2c090c164d4dc89684b3f379dbdd87
find -type f | xargs sed -i 's/[\t ]$//g' # on most files


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3173 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * This code is licenced under the GPL
7
7
 */
8
 
#include "hw.h"
9
 
#include "net.h"
10
 
#include "mcf.h"
 
8
#include "vl.h"
11
9
/* For crc32 */
12
10
#include <zlib.h>
13
11
 
251
249
    }
252
250
}
253
251
 
254
 
static void mcf_fec_write(void *opaque, target_phys_addr_t addr, uint32_t value)
 
252
void mcf_fec_write(void *opaque, target_phys_addr_t addr, uint32_t value)
255
253
{
256
254
    mcf_fec_state *s = (mcf_fec_state *)opaque;
257
255
    switch (addr & 0x3ff) {