You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
339 B
7 lines
339 B
#ifndef SYNOP_GMAC_BANNER_H
|
|
#define SYNOP_GMAC_BANNER_H
|
|
#include "synopGMAC_plat.h"
|
|
const static u8 synopGMAC_driver_string[] = "This is Synopsys GMAC-UNIV PCI-Network Driver for RTL (3.50a)";
|
|
const static u8 synopGMAC_driver_version[] = "1.2";
|
|
const static u8 synopGMAC_copyright[] = "Copyright (c) 2007-2009 Synopsys, Inc";
|
|
#endif
|
|
|