mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
8 lines
131 B
C
8 lines
131 B
C
/* $FreeBSD$ */
|
|
|
|
#ifndef FBSD_KGDB_POWERPC_H
|
|
#define FBSD_KGDB_POWERPC_H
|
|
|
|
#include "fbsd-kgdb.h"
|
|
|
|
#endif /* FBSD_KGDB_POWERPC_H */
|