File: console-s390.c

package info (click to toggle)
kexec-tools 1%3A2.0.29-2
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 3,040 kB
  • sloc: ansic: 29,720; sh: 3,553; asm: 2,625; cpp: 1,753; makefile: 964
file content (14 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * S390 console code (currently not implemented)
 *
 * Copyright IBM Corp. 2011
 *
 * Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com>
 */

#include <purgatory.h>
#include "unused.h"

void putchar(int UNUSED(ch))
{
}