~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/openbios/arch/amd64/openbios.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *   Creation Date: <2004/01/15 16:14:05 samuel>
 
3
 *   Time-stamp: <2004/01/15 16:14:05 samuel>
 
4
 *
 
5
 *      <openbios.h>
 
6
 *
 
7
 *
 
8
 *
 
9
 *   Copyright (C) 2004 Samuel Rydh (samuel@ibrium.se)
 
10
 *
 
11
 *   This program is free software; you can redistribute it and/or
 
12
 *   modify it under the terms of the GNU General Public License
 
13
 *   version 2
 
14
 *
 
15
 */
 
16
 
 
17
#ifndef _H_OPENBIOS
 
18
#define _H_OPENBIOS
 
19
 
 
20
int openbios(void);
 
21
 
 
22
/* console.c */
 
23
extern void     cls(void);
 
24
#ifdef CONFIG_DEBUG_CONSOLE
 
25
extern int      uart_init(int port, unsigned long speed);
 
26
extern void     video_init(void);
 
27
#endif
 
28
 
 
29
#endif   /* _H_OPENBIOS */