mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
8 lines
119 B
C
8 lines
119 B
C
/* $FreeBSD$ */
|
|
|
|
#ifndef FBSD_KGDB_ARM_H
|
|
#define FBSD_KGDB_ARM_H
|
|
|
|
#include "fbsd-kgdb.h"
|
|
|
|
#endif /* FBSD_KGDB_ARM_H */
|