mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Lots of re-organization -- getting ready to support a composite USB device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4329 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+4
-3
@@ -1,8 +1,8 @@
|
||||
/****************************************************************************
|
||||
* include/net/if.h
|
||||
*
|
||||
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
* Copyright (C) 2007, 2008, 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
@@ -48,7 +48,8 @@
|
||||
|
||||
/* Sizing parameters */
|
||||
|
||||
#define IFNAMSIZ 6
|
||||
#define IFNAMSIZ 6 /* Older naming standard */
|
||||
#define IF_NAMESIZE 6 /* Newer naming standard */
|
||||
#define IFHWADDRLEN 6
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user