windows-nt/Source/XPSP1/NT/net/1394/arp/kdext/common.h

23 lines
305 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include <nt.h>
#include <ntverp.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <wdbgexts.h>
#include <stdio.h>
#include "util.h"
#include "parse.h"
//
// Handlers for top-level extension commands.
//
void
do_help(PCSTR args);
void
do_rm(PCSTR args);
void
do_arp(PCSTR args);