mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05: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 */
|