Sign in

gwj / at91sam9263 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • at91sam9263
  • qemu-log.h
  • Fix some warnings that would be generated by gcc -Wredundant-decls ...
    79383c9c
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5115 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-08-30 09:51:20 +0000  
    Browse Code ยป
qemu-log.h 90 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
#ifndef QEMU_LOG_H
#define QEMU_LOG_H

extern FILE *logfile;
extern int loglevel;

#endif