linux_logo.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * include/asm-ppc64/linux_logo.h: A linux logo to be displayed on boot
  3.  * (pinched from the sparc port).
  4.  *
  5.  * Copyright (C) 1996 Larry Ewing (lewing@isc.tamu.edu)
  6.  * Copyright (C) 1996 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
  7.  *
  8.  * You can put anything here, but:
  9.  * LINUX_LOGO_COLORS has to be less than 224
  10.  * values have to start from 0x20
  11.  * (i.e. linux_logo_{red,green,blue}[0] is color 0x20)
  12.  *
  13.  * This program is free software; you can redistribute it and/or
  14.  * modify it under the terms of the GNU General Public License
  15.  * as published by the Free Software Foundation; either version
  16.  * 2 of the License, or (at your option) any later version.
  17.  */
  18.  
  19. #include <linux/init.h>
  20. #define linux_logo_banner "Linux/PPC-64 version " UTS_RELEASE
  21. #define LINUX_LOGO_HEIGHT 80
  22. #define LINUX_LOGO_WIDTH 80
  23. #include <linux/linux_logo.h>