mirror of
https://review.haiku-os.org/haiku
synced 2025-02-04 12:46:58 +01:00
13 lines
267 B
C
13 lines
267 B
C
|
/*
|
||
|
* Copyright 2009
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _BOARD_VERDEX_BOARD_CONFIG_H
|
||
|
#define _BOARD_VERDEX_BOARD_CONFIG_H
|
||
|
|
||
|
#define BOARD_NAME_PRETTY "Gumstix Verdex"
|
||
|
|
||
|
#include <arch/arm/pxa270.h>
|
||
|
|
||
|
#endif /* _BOARD_VERDEX_BOARD_CONFIG_H */
|