forked from Miroirs/x49gp
remove noise comments; prefix ui_
This commit is contained in:
parent
cadc26714e
commit
8f5895cbec
42 changed files with 1 additions and 127 deletions
|
@ -1,6 +1,3 @@
|
|||
/* $Id: block.c,v 1.1 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: block.h,v 1.1 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef BLOCK_H
|
||||
#define BLOCK_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: byteorder.h,v 1.5 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_BYTEORDER_H
|
||||
#define _X49GP_BYTEORDER_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: flash.c,v 1.18 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: main.c,v 1.30 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: module.c,v 1.5 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410.c,v 1.38 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/times.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410.h,v 1.18 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_S3C2410_H
|
||||
#define _X49GP_S3C2410_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_adc.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_arm.c,v 1.7 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_intc.c,v 1.8 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_intc.h,v 1.3 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_S3C2410_INTC_H
|
||||
#define _X49GP_S3C2410_INTC_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_io_port.c,v 1.14 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_lcd.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_memc.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_mmu.h,v 1.3 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _S3C2410_MMU_H
|
||||
#define _S3C2410_MMU_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_nand.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_power.c,v 1.5 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_power.h,v 1.3 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _S3C2410_POWER_H
|
||||
#define _S3C2410_POWER_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_rtc.c,v 1.5 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_sdi.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_spi.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_sram.c,v 1.8 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_timer.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_timer.h,v 1.3 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _S3C2410_TIMER_H
|
||||
#define _S3C2410_TIMER_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_uart.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_usbdev.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: s3c2410_watchdog.c,v 1.5 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: saturn.h,v 1.1 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef SATURN_H
|
||||
#define SATURN_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: sram.c,v 1.18 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: timer.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: ui.c,v 1.34 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -22,7 +19,7 @@
|
|||
#include "x49gp.h"
|
||||
#include "x49gp_ui.h"
|
||||
#include "s3c2410.h"
|
||||
#include "bitmaps.h"
|
||||
#include "ui_bitmaps.h"
|
||||
#include "ui_tiny_font.h"
|
||||
#include "ui_regular_font.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: bitmaps.h,v 1.9 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_BITMAPS_H
|
||||
#define _X49GP_BITMAPS_H 1
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: glyphname.h,v 1.3 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_GLYPHNAME_H
|
||||
#define _X49GP_GLYPHNAME_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: symbol.c,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: symbol.h,v 1.4 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_SYMBOL_H
|
||||
#define _X49GP_SYMBOL_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: tiny_font.c,v 1.6 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: bitmap_font.h,v 1.5 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_TINY_FONT_H
|
||||
#define _X49GP_TINY_FONT_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: x49gp.h,v 1.15 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_H
|
||||
#define _X49GP_H
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: x49gp_timer.h,v 1.3 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_TIMER_H
|
||||
#define _X49GP_TIMER_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: x49gp_types.h,v 1.5 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_TYPES_H
|
||||
#define _X49GP_TYPES_H 1
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
/* $Id: x49gp_ui.h,v 1.14 2008/12/11 12:18:17 ecd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _X49GP_UI_H
|
||||
#define _X49GP_UI_H 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue