summaryrefslogtreecommitdiffhomepage
path: root/dev/DebuggerKit/Platform.h
blob: 04c9187db539cb4f708e69018347fb64d2d09505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/***
  DebuggerKit
  (C) 2025 Amlal El Mahrouss
  File: NeKernelContract.cc
  Purpose: NeKernel Debugger Platform include.
*/

#pragma once

/// @author Amlal El Mahrouss

#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>